Make gallery bigger on 2k+ displays

This commit is contained in:
safentisAuth 2022-09-17 19:27:08 +03:00
parent 56ff118845
commit 0469972e91
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@
min-height: 4.5em;
}
@media screen and (min-width: 2500px) {
#txt2img_gallery, #img2img_gallery {
min-height: 768px;
}
}
#txt2img_gallery img, #img2img_gallery img{
object-fit: scale-down;
}