mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-13 17:10:23 +00:00
return seed controls UI to how it was before
This commit is contained in:
15
style.css
15
style.css
@@ -222,6 +222,21 @@ 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.65em;
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
[id$=_seed_extras] > div{
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.html-log .comments{
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user