From 0071058b299b361cf6c3d1d6e8c9291ceea6a9c1 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 2 May 2026 16:19:42 +0000 Subject: [PATCH] Avoid gallery layout collapse while previews are still loading. Maintain the boxes fixed size regardless. --- frontend/src/components/GalleryFigure.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/GalleryFigure.vue b/frontend/src/components/GalleryFigure.vue index 963252e..1238487 100644 --- a/frontend/src/components/GalleryFigure.vue +++ b/frontend/src/components/GalleryFigure.vue @@ -82,6 +82,7 @@ const onclick = (ev: Event) => { margin-left: 0.3em; } figure { + height: 15em; max-height: 15em; position: relative; border-radius: .5em;