From c9a2858279d3d3bf48d752d5ad250303368f9ebd Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Fri, 17 Oct 2025 04:17:06 +0700 Subject: feat: add support for tags in gallery images feat: add 2x tag for an image in gallery feat: update layout of galleries while loading images (not just after) --- static/input.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static/input.css') diff --git a/static/input.css b/static/input.css index d766049..8080d13 100644 --- a/static/input.css +++ b/static/input.css @@ -331,22 +331,38 @@ a:hover { width: 50%; } +.grid-item-2x { + width: 100%; +} + @media (width >= 32rem) { .grid-item, .grid-sizer { width: 33%; } + + .grid-item-2x { + width: 66%; + } } @media (width >= 40rem) { .grid-item, .grid-sizer { width: 25%; } + + .grid-item-2x { + width: 50%; + } } @media (width >= 48rem) { .grid-item, .grid-sizer { width: 20%; } + + .grid-item-2x { + width: 40%; + } } .map-container .leaflet-container { -- cgit v1.3.1+13