damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 1d1804c1035beb70713cd9e6db27f22183d9e841
parent 72900894c0e749e84291f8378706a7311bd1323b
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 14 Sep 2022 07:55:40 -0700

Add padding to bottom of FiltersView

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdamus/ContentView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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