From 01c95a11b86560a715643f047ab064c5be1c02a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 10 Feb 2022 00:09:12 +0100 Subject: [PATCH] [ui] gallery thumbnails of about 512px --- webui/src/components/widgets/Gallery.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webui/src/components/widgets/Gallery.svelte b/webui/src/components/widgets/Gallery.svelte index b5d9e92..5308710 100644 --- a/webui/src/components/widgets/Gallery.svelte +++ b/webui/src/components/widgets/Gallery.svelte @@ -159,10 +159,12 @@ import { query } from "../../lib/entity"; display: flex; gap: 1rem; flex-wrap: wrap; + align-items: center; } .thumbnail { flex-grow: 1; min-width: 0; + flex-basis: 512px; }