aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css26
1 files changed, 9 insertions, 17 deletions
diff --git a/style.css b/style.css
index 260b1056..dc528422 100644
--- a/style.css
+++ b/style.css
@@ -222,17 +222,6 @@ div.block.gradio-accordion {
padding: 0.1em 0.75em;
}
-[id$=_subseed_show]{
- min-width: auto !important;
- flex-grow: 0 !important;
- display: flex;
-}
-
-[id$=_subseed_show] label{
- margin-bottom: 0.5em;
- align-self: end;
-}
-
.html-log .comments{
padding-top: 0.5em;
}
@@ -359,8 +348,8 @@ div#extras_scale_to_tab div.form{
z-index: 5;
}
-.image-buttons button{
- min-width: auto;
+.image-buttons > .form{
+ justify-content: center;
}
.infotext {
@@ -381,19 +370,21 @@ div#extras_scale_to_tab div.form{
/* settings */
#quicksettings {
- width: fit-content;
align-items: end;
}
#quicksettings > div, #quicksettings > fieldset{
- max-width: 24em;
- min-width: 24em;
- width: 24em;
+ max-width: 36em;
+ width: fit-content;
+ flex: 0 1 fit-content;
padding: 0;
border: none;
box-shadow: none;
background: none;
}
+#quicksettings > div.gradio-dropdown{
+ min-width: 24em !important;
+}
#settings{
display: block;
@@ -1025,5 +1016,6 @@ div.accordions{
div.accordions > div.input-accordion.input-accordion-open{
flex: 1 auto;
+ flex-flow: column;
}