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
This commit is contained in:
committed by
William Casarin
parent
94ad5ad366
commit
e6ab1d16d5
@@ -228,6 +228,7 @@ struct ContentView: View {
|
||||
}
|
||||
|
||||
TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline)
|
||||
.padding()
|
||||
}
|
||||
.onAppear() {
|
||||
self.connect()
|
||||
|
||||
Reference in New Issue
Block a user