aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-28 17:21:25 +0000
committerGitHub <noreply@github.com>2023-03-28 17:21:25 +0000
commit426875937048e21305ac24bea53df06523bdaa81 (patch)
tree6fdfb92d7d466b3b641b0cfd3cff8ab69ecde380 /style.css
parent1b63afbedc7789c0eb9a4742b780ab304d7a9caf (diff)
parent4414d36bf6e4f64cb6eac871c89c2e0daa4c5338 (diff)
downloadstable-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.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index de16a7f2..379a89dc 100644
--- a/style.css
+++ b/style.css
@@ -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;
}