Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#10113 from missionfloyd/extras-thumb…
Browse files Browse the repository at this point in the history
…nails

Fix stretched thumbnails on extras tab
  • Loading branch information
AUTOMATIC1111 authored May 8, 2023
2 parents 0141ab1 + 79a6c5a commit a6529a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a6529a7

Please sign in to comment.