aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimoo <moolestable@yahoo.com>2023-03-26 10:29:19 -0700
committerGitHub <noreply@github.com>2023-03-26 10:29:19 -0700
commit88515267b94c7518d48d34e037163fa8c3ceca33 (patch)
treeea1708e045e6634fbbc2ca8bf5e8510763c1908c
parent4c1ad743e3baf1246db0711aa0107debf036a12b (diff)
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.
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 0dcc3e25..aca32fcf 100644
--- a/style.css
+++ b/style.css
@@ -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;
}