diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-28 17:36:57 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-28 17:36:57 +0000 |
commit | 433b3ab7017556a19173a86d1215ed0a0b5b1396 (patch) | |
tree | 517e6dffba6ae1ec91b4187b3dee2f0b005f75f7 /style.css | |
parent | 426875937048e21305ac24bea53df06523bdaa81 (diff) | |
download | stable-diffusion-webui-gfx803-433b3ab7017556a19173a86d1215ed0a0b5b1396.tar.gz stable-diffusion-webui-gfx803-433b3ab7017556a19173a86d1215ed0a0b5b1396.tar.bz2 stable-diffusion-webui-gfx803-433b3ab7017556a19173a86d1215ed0a0b5b1396.zip |
Revert "Merge pull request #7931 from space-nuko/img2img-enhance"
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing
changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -287,13 +287,13 @@ button.custom-button{ border-radius: 0 0.5rem 0.5rem 0;
}
-#txtimg_hr_finalres, #img2img_finalres {
+#txtimg_hr_finalres{
min-height: 0 !important;
padding: .625rem .75rem;
margin-left: -0.75em
}
-#txtimg_hr_finalres .resolution, #img2img_finalres .resolution{
+#txtimg_hr_finalres .resolution{
font-weight: bold;
}
|