aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-05 08:07:26 +0300
committerGitHub <noreply@github.com>2023-08-05 08:07:26 +0300
commita32f270a4758597ff97dfc55894e3cacf118ce5c (patch)
tree1255c34c6f5a2db4d919147b6e394a3823f0978e /style.css
parentc613416af375092f55b9bc8649c949e95d250c44 (diff)
parent8197f24dbcfe41d77e337da42bed22944154465f (diff)
Merge pull request #11808 from AUTOMATIC1111/extra-networks-always-visible
Always show extra networks tabs in the UI
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/style.css b/style.css
index 14e6c011..52919f71 100644
--- a/style.css
+++ b/style.css
@@ -779,9 +779,14 @@ footer {
/* extra networks UI */
.extra-network-cards{
- height: 725px;
- overflow: scroll;
+ height: calc(100vh - 24rem);
+ overflow: clip scroll;
resize: vertical;
+ min-height: 52rem;
+}
+
+.extra-networks > div.tab-nav{
+ min-height: 3.4rem;
}
.extra-networks > div > [id *= '_extra_']{
@@ -797,7 +802,6 @@ footer {
}
.extra-networks .tab-nav .search,
.extra-networks .tab-nav .sort{
- display: inline-block;
margin: 0.3em;
align-self: center;
}