aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-21 17:20:24 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-01-21 17:20:24 +0300
commit424cefe11878c9c7d2663381441e7efe62532180 (patch)
treec989cc58a9ed7524cac3f49d15399b3408b29709 /style.css
parent92fb1096dbf6403e109a8eb7bc5d18ce487ae9b5 (diff)
add search box to extra networks
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index 04bf2982..1e59575f 100644
--- a/style.css
+++ b/style.css
@@ -774,6 +774,14 @@ footer {
margin: 0.3em;
}
+
+
+#txt2img_extra_networks .search, #img2img_extra_networks .search{
+ display: inline-block;
+ max-width: 16em;
+ margin: 0.3em;
+}
+
.extra-network-cards .nocards{
margin: 1.25em 0.5em 0.5em 0.5em;
}