Fix art dialog img wrong size

This commit is contained in:
Kalle 2025-10-22 17:43:19 +03:00
parent 91906e7ab4
commit 4972e06992

View File

@ -966,6 +966,15 @@ abbr[title] {
color: #fff;
}
.art__dialog__img {
max-width: 100%;
max-height: 75vh;
width: 100%;
height: auto;
object-fit: contain;
display: block;
}
.art__dialog__image-container img {
max-width: 100%;
max-height: 100%;