diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-16 14:46:05 +0300 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-16 14:46:05 +0300 |
commit | 643836007f6f47344767322223f96723511f58e0 (patch) | |
tree | 8eba1108584ee32dfc6788d0a27a30082577666f | |
parent | 24bad5dc7b4dd4dfdb47bc1202e4fe438b860e2e (diff) |
more tweaking for cards section height
-rw-r--r-- | style.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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{
|