fix for small images in live previews not being scaled up

This commit is contained in:
AUTOMATIC1111 2023-08-20 14:57:40 +03:00
parent f65d0dc081
commit 42b72fe246
1 changed files with 2 additions and 2 deletions

View File

@ -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;