Fix image lightbox height
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
.image-lightbox__content {
|
.image-lightbox__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
max-height: 90vh;
|
max-height: 80vh;
|
||||||
|
|
||||||
& img {
|
& img {
|
||||||
background-color: var(--bg-surface-low);
|
background-color: var(--bg-surface-low);
|
||||||
|
|||||||
Reference in New Issue
Block a user