diff options
author | Reimoo <moolestable@yahoo.com> | 2023-03-26 17:29:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-26 17:29:19 +0000 |
commit | 88515267b94c7518d48d34e037163fa8c3ceca33 (patch) | |
tree | ea1708e045e6634fbbc2ca8bf5e8510763c1908c /style.css | |
parent | 4c1ad743e3baf1246db0711aa0107debf036a12b (diff) | |
download | stable-diffusion-webui-gfx803-88515267b94c7518d48d34e037163fa8c3ceca33.tar.gz stable-diffusion-webui-gfx803-88515267b94c7518d48d34e037163fa8c3ceca33.tar.bz2 stable-diffusion-webui-gfx803-88515267b94c7518d48d34e037163fa8c3ceca33.zip |
Changed: extra network height css
Changed it so cards take up a set amount of vertical space but added the ability to scroll and resize.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -596,6 +596,12 @@ footer { /* extra networks UI */
+.extra-network-cards{
+ height: 400px;
+ overflow: scroll;
+ resize: vertical;
+}
+
.extra-networks > div > [id *= '_extra_']{
margin: 0.3em;
}
|