mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 04:42:09 -08:00
Update style.css
This commit is contained in:
parent
4fa673a68a
commit
a037918748
1 changed files with 14 additions and 2 deletions
16
style.css
16
style.css
|
|
@ -480,8 +480,20 @@ div.toprow-compact-tools{
|
|||
}
|
||||
|
||||
#settings_result{
|
||||
height: 1.4em;
|
||||
margin: 0 1.2em;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#settings_result.block{
|
||||
margin: 0 0.8em;
|
||||
max-height: 10em;
|
||||
overflow-y: auto !important;
|
||||
background-color: var(--input-background-fill);
|
||||
}
|
||||
|
||||
#settings_result > div.svelte-1ed2p3z{
|
||||
margin: 0;
|
||||
padding: 13px;
|
||||
}
|
||||
|
||||
table.popup-table{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue