From dd73100ee81bc287bc46ce479417916aad2ef5b6 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 22 Feb 2025 21:00:27 +0000 Subject: [PATCH] Fixed photo album thumbnails [Issue #10] --- bookface_auto.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index 21b97b2..fe0dde4 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -2097,7 +2097,13 @@ a.tag.label, #message-new:hover, #message-new:focus { box-shadow: 0 0 100px rgba(0,0,0,.2); - } + } + .justified-gallery > a, + .justified-gallery > div, + .justified-gallery > figure{ + height: 25vw !important; + width: 25vw !important; + } } /* Narrow Screen Phones in Portrait Orientation ============================================ @@ -4408,7 +4414,13 @@ a.tag.label, #message-new:hover, #message-new:focus { box-shadow: 0 0 100px rgba(0,0,0,.2); - } + } + .justified-gallery > a, + .justified-gallery > div, + .justified-gallery > figure{ + height: 25vw !important; + width: 25vw !important; + } } /* Narrow Screen Phones in Portrait Orientation ============================================