aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-16 14:46:05 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-16 14:46:05 +0300
commit643836007f6f47344767322223f96723511f58e0 (patch)
tree8eba1108584ee32dfc6788d0a27a30082577666f /style.css
parent24bad5dc7b4dd4dfdb47bc1202e4fe438b860e2e (diff)
more tweaking for cards section height
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
index c605cce2..88d7135c 100644
--- a/style.css
+++ b/style.css
@@ -766,9 +766,10 @@ footer {
/* extra networks UI */
.extra-network-cards{
- height: 100vh;
- overflow: scroll;
+ height: calc(100vh - 24rem);
+ overflow: clip scroll;
resize: vertical;
+ min-height: 52rem;
}
.extra-networks > div.tab-nav{