Commit 88515267 authored by Reimoo's avatar Reimoo Committed by GitHub

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
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment