Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#8999 from Reibies/patch-1
Browse files Browse the repository at this point in the history
Changed: extra network height css
  • Loading branch information
AUTOMATIC1111 authored Apr 29, 2023
2 parents e30502a + 6f77567 commit 103fc06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 103fc06

Please sign in to comment.