From e6ab1d16d53e4f6205077e2a77e30c6fcf3493bb Mon Sep 17 00:00:00 2001 From: Sam DuBois Date: Tue, 27 Dec 2022 08:17:40 -0700 Subject: [PATCH] Added padding to the tab bar to fix a layout issue for some devices Closes: #161 Changelog-Fixed: Fixed padding issue on tabbar on some devices --- damus/ContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index 5a567685..a99006a2 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -228,6 +228,7 @@ struct ContentView: View { } TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline) + .padding() } .onAppear() { self.connect()