Merge pull request #10113 from missionfloyd/extras-thumbnails

Fix stretched thumbnails on extras tab
This commit is contained in:
AUTOMATIC1111 2023-05-08 08:21:24 +03:00 committed by GitHub
commit a6529a78c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ button.custom-button{
}
}
#txt2img_gallery img, #img2img_gallery img{
#txt2img_gallery img, #img2img_gallery img, #extras_gallery img{
object-fit: scale-down;
}
#txt2img_actions_column, #img2img_actions_column {