From af07e2ce95bcc6641394eb3b625d071dafb8e47e Mon Sep 17 00:00:00 2001 From: Lumaa Date: Sun, 10 Mar 2024 17:22:13 +0100 Subject: [PATCH] Minor changes --- Threaded/Views/PostingView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Threaded/Views/PostingView.swift b/Threaded/Views/PostingView.swift index 88b5b62..5b553ea 100644 --- a/Threaded/Views/PostingView.swift +++ b/Threaded/Views/PostingView.swift @@ -241,7 +241,7 @@ struct PostingView: View { Spacer() - HStack(spacing: 3.5) { + HStack(spacing: 5) { Button { withAnimation(.spring) { self.pollOptions.append("") @@ -485,7 +485,7 @@ struct PostingView: View { actionButton("photo.badge.plus") { selectingPhotos.toggle() } - .transition(.opacity.combined(with: .move(edge: .bottom))) + .transition(.opacity.combined(with: .move(edge: .leading))) .photosPicker(isPresented: $selectingPhotos, selection: $selectedPhotos, maxSelectionCount: 4, matching: .any(of: [.images, .videos]), photoLibrary: .shared()) .onChange(of: selectedPhotos) { oldValue, _ in if selectedPhotos.count > 4 {