Browse Source

Re-introduce a small amount of padding under the tab bar

post-button-style
William Casarin 2 years ago
parent
commit
37189e3862
  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)
.padding([.bottom], 8)
}
.onAppear() {
self.connect()

Loading…
Cancel
Save