mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-25 06:19:00 +08:00
more tweaking for cards section height
This commit is contained in:
parent
24bad5dc7b
commit
643836007f
@ -766,9 +766,10 @@ footer {
|
|||||||
/* extra networks UI */
|
/* extra networks UI */
|
||||||
|
|
||||||
.extra-network-cards{
|
.extra-network-cards{
|
||||||
height: 100vh;
|
height: calc(100vh - 24rem);
|
||||||
overflow: scroll;
|
overflow: clip scroll;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
|
min-height: 52rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extra-networks > div.tab-nav{
|
.extra-networks > div.tab-nav{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user