Browse Source

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
post-button-style
Sam DuBois 2 years ago
committed by William Casarin
parent
commit
e6ab1d16d5
  1. 1
      damus/ContentView.swift

1
damus/ContentView.swift

@ -228,6 +228,7 @@ struct ContentView: View {
} }
TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline) TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline)
.padding()
} }
.onAppear() { .onAppear() {
self.connect() self.connect()

Loading…
Cancel
Save