mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-20 19:41:07 -08:00
Changed: extra network height css
Changed it so cards take up a set amount of vertical space but added the ability to scroll and resize.
This commit is contained in:
parent
4c1ad743e3
commit
88515267b9
1 changed files with 6 additions and 0 deletions
|
|
@ -596,6 +596,12 @@ footer {
|
|||
|
||||
/* extra networks UI */
|
||||
|
||||
.extra-network-cards{
|
||||
height: 400px;
|
||||
overflow: scroll;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.extra-networks > div > [id *= '_extra_']{
|
||||
margin: 0.3em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue