mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-25 03:11:32 -08:00
Merge pull request #621 from SafentisFox/responsiveCss
Make image gallery bigger on 2k+ displays
This commit is contained in:
commit
933949f39c
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue