diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-04-29 19:17:32 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-04-29 19:17:32 +0000 |
commit | cd7f2b19f45a28c8eeb88994c8972c61c8a3c63d (patch) | |
tree | eeab6971022d4ee0e1bfd6a8b603b0e950a6c868 | |
parent | c48ab36cb9e0120c6f1779bee9e875bee8f903f5 (diff) | |
download | stable-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.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -664,7 +664,7 @@ footer { /* extra networks UI */
.extra-network-cards{
- height: 400px;
+ height: 725px;
overflow: scroll;
resize: vertical;
}
|