fix for small images in live previews not being scaled up
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user