diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-03-27 04:35:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 04:35:39 +0000 |
commit | a7d6fc3b4208e6974f54719ec65baaff0591a7f2 (patch) | |
tree | 05d3bd454ddd2b4175f2e31e2830800ccab1c3ed /style.css | |
parent | c5e1efb4ca7617f7cb4a687abd888fa48cba733f (diff) | |
parent | 254ad09ef3b356cbe945ad7ca476c5dcf8d842f8 (diff) | |
download | stable-diffusion-webui-gfx803-a7d6fc3b4208e6974f54719ec65baaff0591a7f2.tar.gz stable-diffusion-webui-gfx803-a7d6fc3b4208e6974f54719ec65baaff0591a7f2.tar.bz2 stable-diffusion-webui-gfx803-a7d6fc3b4208e6974f54719ec65baaff0591a7f2.zip |
Merge pull request #8569 from missionfloyd/extra-networks-toggle
Make extra networks button togglable
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -810,3 +810,10 @@ footer { .extra-network-cards .card ul a:hover{
color: red;
}
+
+button[id$='_extra_networks'] {
+ max-width: 2.2em;
+ min-width: 2.2em !important;
+ height: 2.4em;
+ line-height: 1em !important;
+}
|