From f4866f90502ceada8807d5353a4a5b4a559863a6 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sun, 31 Oct 2021 12:36:36 +0100 Subject: [PATCH] [THEME] Fix the display of archive gallery --- static/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index cab0824..1a32be1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -779,6 +779,13 @@ blockquote:after { } /******************* Archive Gallery *******************/ +.thumb { + display: inline-block; + position: relative; +} +.thumb:hover { + z-index: 2; +} .thumb>img { max-height: 150px; max-width: 150px; @@ -799,7 +806,7 @@ blockquote:after { .lightbox img { max-width: 90%; - max-height: 95%; + max-height: 92vh; margin-top: 2%; opacity: 0; }