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
commit 103fc062a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}