diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-03-28 17:21:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 17:21:25 +0000 |
commit | 426875937048e21305ac24bea53df06523bdaa81 (patch) | |
tree | 6fdfb92d7d466b3b641b0cfd3cff8ab69ecde380 /style.css | |
parent | 1b63afbedc7789c0eb9a4742b780ab304d7a9caf (diff) | |
parent | 4414d36bf6e4f64cb6eac871c89c2e0daa4c5338 (diff) | |
download | stable-diffusion-webui-gfx803-426875937048e21305ac24bea53df06523bdaa81.tar.gz stable-diffusion-webui-gfx803-426875937048e21305ac24bea53df06523bdaa81.tar.bz2 stable-diffusion-webui-gfx803-426875937048e21305ac24bea53df06523bdaa81.zip |
Merge pull request #7931 from space-nuko/img2img-enhance
Add `Upscale by` and `Upscaler` options to img2img
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{
+#txtimg_hr_finalres, #img2img_finalres {
min-height: 0 !important;
padding: .625rem .75rem;
margin-left: -0.75em
}
-#txtimg_hr_finalres .resolution{
+#txtimg_hr_finalres .resolution, #img2img_finalres .resolution{
font-weight: bold;
}
|