Merge pull request #8999 from Reibies/patch-1

Changed: extra network height css
This commit is contained in:
AUTOMATIC1111
2023-04-29 18:18:43 +03:00
committed by GitHub

View File

@@ -646,6 +646,12 @@ footer {
/* extra networks UI */
.extra-network-cards{
height: 400px;
overflow: scroll;
resize: vertical;
}
.extra-networks > div > [id *= '_extra_']{
margin: 0.3em;
}