diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-10 08:20:46 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-10 08:20:46 +0000 |
commit | 9199b6b7ebe96cdf09571ba874a103e8ed8c90ef (patch) | |
tree | 7616311d79e848b63864475d80dcae2b5ce6dabe /style.css | |
parent | 2c5106ed06044ba4b67b1c856756e33a1ca5eeea (diff) | |
download | stable-diffusion-webui-gfx803-9199b6b7ebe96cdf09571ba874a103e8ed8c90ef.tar.gz stable-diffusion-webui-gfx803-9199b6b7ebe96cdf09571ba874a103e8ed8c90ef.tar.bz2 stable-diffusion-webui-gfx803-9199b6b7ebe96cdf09571ba874a103e8ed8c90ef.zip |
add a custom UI element that combines accordion and checkbox
rework hires fix UI to use accordion
prevent bogus progress output in console when calculating hires fix dimensions
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -329,12 +329,6 @@ div.gradio-accordion { border-radius: 0 0.5rem 0.5rem 0;
}
-#txtimg_hr_finalres{
- min-height: 0 !important;
- padding: .625rem .75rem;
- margin-left: -0.75em
-}
-
#img2img_scale_resolution_preview.block{
display: flex;
align-items: end;
@@ -1016,3 +1010,12 @@ div.block.gradio-box.popup-dialog, .popup-dialog { div.block.gradio-box.popup-dialog > div:last-child, .popup-dialog > div:last-child{
margin-top: 1em;
}
+
+div.block.input-accordion{
+ margin-bottom: 0.4em;
+}
+
+.input-accordion-extra{
+ flex: 0 0 auto !important;
+ margin: 0 0.5em 0 auto;
+}
|