aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-27 04:35:39 +0000
committerGitHub <noreply@github.com>2023-03-27 04:35:39 +0000
commita7d6fc3b4208e6974f54719ec65baaff0591a7f2 (patch)
tree05d3bd454ddd2b4175f2e31e2830800ccab1c3ed /style.css
parentc5e1efb4ca7617f7cb4a687abd888fa48cba733f (diff)
parent254ad09ef3b356cbe945ad7ca476c5dcf8d842f8 (diff)
downloadstable-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.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5ecfce98..6a6f73d7 100644
--- a/style.css
+++ b/style.css
@@ -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;
+}