aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-07 06:56:37 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-07 06:56:37 +0000
commit1a5b86ad65fd738eadea1ad72f4abad3a4aabf17 (patch)
treee13d72ac53340633350f84524c3938f681ff9c3e /style.css
parentde9738044571877450d1038e18f1ecce93d24af3 (diff)
downloadstable-diffusion-webui-gfx803-1a5b86ad65fd738eadea1ad72f4abad3a4aabf17.tar.gz
stable-diffusion-webui-gfx803-1a5b86ad65fd738eadea1ad72f4abad3a4aabf17.tar.bz2
stable-diffusion-webui-gfx803-1a5b86ad65fd738eadea1ad72f4abad3a4aabf17.zip
rework hires fix preview for #6437: movie it to where it takes less place, make it actually account for all relevant sliders and calculate dimensions correctly
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/style.css b/style.css
index f1b23b53..76721756 100644
--- a/style.css
+++ b/style.css
@@ -642,6 +642,23 @@ footer {
opacity: 0.85;
}
+#txtimg_hr_finalres{
+ min-height: 0 !important;
+ padding: .625rem .75rem;
+ margin-left: -0.75em
+
+}
+
+#txtimg_hr_finalres .resolution{
+ font-weight: bold;
+}
+
+#txt2img_checkboxes > div > div{
+ flex: 0;
+ white-space: nowrap;
+ min-width: auto;
+}
+
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running