mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-24 22:09:00 +08:00
fix for small images in live previews not being scaled up
This commit is contained in:
parent
f65d0dc081
commit
42b72fe246
@ -282,8 +282,8 @@ div.block.gradio-accordion {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#txt2img_gallery img, #img2img_gallery img, #extras_gallery img{
|
.gradio-gallery .thumbnails img {
|
||||||
object-fit: scale-down;
|
object-fit: scale-down !important;
|
||||||
}
|
}
|
||||||
#txt2img_actions_column, #img2img_actions_column {
|
#txt2img_actions_column, #img2img_actions_column {
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user