mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Make gallery bigger on 2k+ displays
This commit is contained in:
parent
56ff118845
commit
0469972e91
@ -21,6 +21,12 @@
|
|||||||
min-height: 4.5em;
|
min-height: 4.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 2500px) {
|
||||||
|
#txt2img_gallery, #img2img_gallery {
|
||||||
|
min-height: 768px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#txt2img_gallery img, #img2img_gallery img{
|
#txt2img_gallery img, #img2img_gallery img{
|
||||||
object-fit: scale-down;
|
object-fit: scale-down;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user