aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 15:18:43 +0000
committerGitHub <noreply@github.com>2023-04-29 15:18:43 +0000
commit103fc062a5edb8e5a8e79099cc3f80c75c4158af (patch)
tree4b83c8649e4d5d737351717b8a7d506ffc3c5d3d /style.css
parente30502a64b6f190e9a7dd239b4b7cc7e5ede6ef1 (diff)
parent6f77567e13227b49626ebaa827cc0f39350bcb2e (diff)
downloadstable-diffusion-webui-gfx803-103fc062a5edb8e5a8e79099cc3f80c75c4158af.tar.gz
stable-diffusion-webui-gfx803-103fc062a5edb8e5a8e79099cc3f80c75c4158af.tar.bz2
stable-diffusion-webui-gfx803-103fc062a5edb8e5a8e79099cc3f80c75c4158af.zip
Merge pull request #8999 from Reibies/patch-1
Changed: extra network height css
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index aafc2362..d56c25aa 100644
--- a/style.css
+++ b/style.css
@@ -646,6 +646,12 @@ footer {
/* extra networks UI */
+.extra-network-cards{
+ height: 400px;
+ overflow: scroll;
+ resize: vertical;
+}
+
.extra-networks > div > [id *= '_extra_']{
margin: 0.3em;
}