[THEME] Fix the display of archive gallery

This commit is contained in:
Gregory Trolliet 2021-10-31 12:36:36 +01:00
parent 6bcfb62486
commit f4866f9050
1 changed files with 8 additions and 1 deletions

View File

@ -779,6 +779,13 @@ blockquote:after {
} }
/******************* Archive Gallery *******************/ /******************* Archive Gallery *******************/
.thumb {
display: inline-block;
position: relative;
}
.thumb:hover {
z-index: 2;
}
.thumb>img { .thumb>img {
max-height: 150px; max-height: 150px;
max-width: 150px; max-width: 150px;
@ -799,7 +806,7 @@ blockquote:after {
.lightbox img { .lightbox img {
max-width: 90%; max-width: 90%;
max-height: 95%; max-height: 92vh;
margin-top: 2%; margin-top: 2%;
opacity: 0; opacity: 0;
} }