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:
Reimoo 2023-03-26 10:29:19 -07:00 committed by GitHub
parent 4c1ad743e3
commit 88515267b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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