aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/style.css b/style.css
index f936e9a0..92093b89 100644
--- a/style.css
+++ b/style.css
@@ -222,14 +222,18 @@ div.block.gradio-accordion {
padding: 0.1em 0.75em;
}
+[id$=_seed], [id$=_subseed]{
+ max-width: 10em;
+}
+
[id$=_subseed_show]{
min-width: auto !important;
flex-grow: 0 !important;
display: flex;
}
-[id$=_subseed_show] label{
- margin-bottom: 0.5em;
+[id$=_subseed_show] .label-wrap{
+ margin: 0 0 0 0.5em;
align-self: end;
}
@@ -1028,5 +1032,6 @@ div.accordions{
div.accordions > div.input-accordion.input-accordion-open{
flex: 1 auto;
+ flex-flow: column;
}