aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-16 13:59:15 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-16 13:59:15 +0300
commit24bad5dc7b4dd4dfdb47bc1202e4fe438b860e2e (patch)
treede5d5db1bcc02b7d2d4cde26b6162009cd6b6153
parent57d61de25cb6de2e317ae23580971e98c70f542e (diff)
change extra networks list to have constant height and scrolling
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index a7d79955..c605cce2 100644
--- a/style.css
+++ b/style.css
@@ -766,6 +766,9 @@ footer {
/* extra networks UI */
.extra-network-cards{
+ height: 100vh;
+ overflow: scroll;
+ resize: vertical;
}
.extra-networks > div.tab-nav{