summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-05-05 16:17:30 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-05-05 16:17:30 +0200
commit1a230431eb2a43ecd39f81be6758c64aee352c3d (patch)
tree32145415b58006e4d7a572d2a3b6e9ac1b521870 /share
parentace9681dd320e16265881064836020e317c35ba4 (diff)
use a more compact (google photos-style) thumbnail list
Diffstat (limited to 'share')
-rw-r--r--share/css/main.css10
1 files changed, 5 insertions, 5 deletions
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 {