Commit 0469972e authored by safentisAuth's avatar safentisAuth

Make gallery bigger on 2k+ displays

parent 56ff1188
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment