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; }