Unverified Commit 88515267 authored by Reimoo's avatar Reimoo Committed by GitHub
Browse files

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.
parent 4c1ad743
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;
}