mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
presets - style
This commit is contained in:
parent
212d059739
commit
35276e5210
24
style.css
24
style.css
@ -1696,5 +1696,27 @@ body.resizing .resize-handle {
|
||||
}
|
||||
|
||||
#quicksettings .gradio-slider span {
|
||||
padding-right: 5px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#quicksettings .gradio-slider>div.wrap {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#quicksettings .gradio-slider input[type="range"] {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#quicksettings div.gradio-dropdown.multiselect div.wrap div.token span {
|
||||
text-overflow: ellipsis;
|
||||
width: 2em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#quicksettings div.gradio-dropdown.multiselect:hover div.wrap div.token span {
|
||||
text-overflow: unset;
|
||||
width: auto;
|
||||
white-space: unset;
|
||||
overflow: unset;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user