From 1a230431eb2a43ecd39f81be6758c64aee352c3d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 5 May 2024 16:17:30 +0200 Subject: use a more compact (google photos-style) thumbnail list --- share/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'share') diff --git a/share/css/main.css b/share/css/main.css index 9bfb229..3931a65 100644 --- a/share/css/main.css +++ b/share/css/main.css @@ -14,10 +14,9 @@ h1 { div.image-container { text-align: center; - font-size: 80%; float: left; - width: /* $boxwidth */; - height: /* $boxheight */; + padding-left: 0.15em; + padding-right: 0.15em; } div.image-list-end { @@ -29,8 +28,9 @@ div.image-container a { } div.image-container img { - max-width: /* $imgwidth */; - max-height: /* $imgheight */; + height: /* $imgheight */; + margin: 0; + padding: 0; } div.image-page { -- cgit v1.2.3