aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-04-29 19:17:32 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-04-29 19:17:32 +0000
commitcd7f2b19f45a28c8eeb88994c8972c61c8a3c63d (patch)
treeeeab6971022d4ee0e1bfd6a8b603b0e950a6c868
parentc48ab36cb9e0120c6f1779bee9e875bee8f903f5 (diff)
downloadstable-diffusion-webui-gfx803-cd7f2b19f45a28c8eeb88994c8972c61c8a3c63d.tar.gz
stable-diffusion-webui-gfx803-cd7f2b19f45a28c8eeb88994c8972c61c8a3c63d.tar.bz2
stable-diffusion-webui-gfx803-cd7f2b19f45a28c8eeb88994c8972c61c8a3c63d.zip
increase extra networks UI height to fit two rows of cards.
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 937e1dc7..3f56087a 100644
--- a/style.css
+++ b/style.css
@@ -664,7 +664,7 @@ footer {
/* extra networks UI */
.extra-network-cards{
- height: 400px;
+ height: 725px;
overflow: scroll;
resize: vertical;
}