1
0
mirror of git://jb55.com/damus synced 2024-09-19 19:46:51 +00:00

Add padding to bottom of FiltersView

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-09-14 07:55:40 -07:00
parent 72900894c0
commit 1d1804c103

View File

@ -96,6 +96,7 @@ struct ContentView: View {
var PostingTimelineView: some View { var PostingTimelineView: some View {
VStack{ VStack{
FiltersView FiltersView
.padding([.bottom], 8)
ZStack { ZStack {
if let damus = self.damus_state { if let damus = self.damus_state {
TimelineView(events: $home.events, loading: $home.loading, damus: damus, show_friend_icon: false, filter: filter_event) TimelineView(events: $home.events, loading: $home.loading, damus: damus, show_friend_icon: false, filter: filter_event)