damus

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

commit 963cb377629384db986b10d9d2967d7a27bdf446
parent 159d0fa2b59103a774c9b1acf4146bc01474245f
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 26 Mar 2023 09:35:07 -0600

Revert "Increase image size"

This reverts commit b6d5b6f45e5e8782c51b2526b52b2d09d3b2808b.

Diffstat:
Mdamus/Components/ImageCarousel.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift @@ -70,7 +70,7 @@ struct ImageCarousel: View { .fullScreenCover(isPresented: $open_sheet) { ImageView(urls: urls) } - .frame(height: 350) + .frame(height: 200) .clipped() .onTapGesture { open_sheet = true