diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-09-19 15:53:40 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-19 16:14:33 +0000 |
commit | dd911a47b3c3313b3938b700eb26cbd5bb3e1c95 (patch) | |
tree | fa42daa34f3eae9f6680f4ac30a2c7c27750f04f | |
parent | 01c93a8400e8698cb8b1fed3052665cefd8e706c (diff) | |
download | stable-diffusion-webui-gfx803-dd911a47b3c3313b3938b700eb26cbd5bb3e1c95.tar.gz stable-diffusion-webui-gfx803-dd911a47b3c3313b3938b700eb26cbd5bb3e1c95.tar.bz2 stable-diffusion-webui-gfx803-dd911a47b3c3313b3938b700eb26cbd5bb3e1c95.zip |
lightbox image scaling fix
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ input[type="range"]{ }
.modalImageFullscreen {
- max-width: max-content;
+ object-fit: contain;
height: 90%;
}
|