[THEME] Fix the display of archive gallery
This commit is contained in:
parent
6bcfb62486
commit
f4866f9050
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue