mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-08 00:32:08 -08:00
fix for small images in live previews not being scaled up
This commit is contained in:
parent
f65d0dc081
commit
42b72fe246
1 changed files with 2 additions and 2 deletions
|
|
@ -282,8 +282,8 @@ div.block.gradio-accordion {
|
|||
}
|
||||
}
|
||||
|
||||
#txt2img_gallery img, #img2img_gallery img, #extras_gallery img{
|
||||
object-fit: scale-down;
|
||||
.gradio-gallery .thumbnails img {
|
||||
object-fit: scale-down !important;
|
||||
}
|
||||
#txt2img_actions_column, #img2img_actions_column {
|
||||
gap: 0.5em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue