aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormissionfloyd <missionfloyd@users.noreply.github.com>2023-03-12 17:07:03 -0600
committermissionfloyd <missionfloyd@users.noreply.github.com>2023-03-12 17:07:03 -0600
commit9e23bacfbcb35f46f28539f71b2bc917276634b8 (patch)
treeb8968dbce2b43e14b7eed003d6f5c6d5b724bb3c /style.css
parentdfeee786f903e392dbef1519c7c246b9856ebab3 (diff)
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 2f26ad02..e82aebf3 100644
--- a/style.css
+++ b/style.css
@@ -968,3 +968,10 @@ footer {
[id*='_prompt_container'] > div {
margin: 0!important;
}
+
+button[id$='_extra_networks'] {
+ margin: 0.6em 0em 0.55em 0;
+ max-width: 2.5em;
+ min-width: 2.5em !important;
+ height: 2.4em;
+}