Merge pull request 'fixing weird mini thumb in firefox' (#60) from dev into master

Reviewed-on: #60
This commit is contained in:
Kibi Kelburton 2023-04-05 21:14:41 +00:00
commit 3f0b502b00

View File

@ -1693,8 +1693,7 @@ span.placeholder {
} }
.imageDoor { .imageDoor {
width: 27px; width: 25px;
height: 27px;
display: inline-flex; display: inline-flex;
padding: 2px; padding: 2px;
} }
@ -2798,4 +2797,4 @@ ul.navbar-nav-guests li.nav-item {
.random:active { .random:active {
background: #00000036; background: #00000036;
} }
} }