From a1505b9c39095a6047cd0dff11ab5573ddb2620d Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Fri, 2 Jan 2026 14:23:54 +0100 Subject: [PATCH] feat(gallery): full screen carousel --- app/components/GalleryModal.vue | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/app/components/GalleryModal.vue b/app/components/GalleryModal.vue index 00cde46..5c13c67 100644 --- a/app/components/GalleryModal.vue +++ b/app/components/GalleryModal.vue @@ -15,29 +15,17 @@ const currentIndex = ref(props.initialIndex);