Make extra networks button togglable

This commit is contained in:
missionfloyd
2023-03-12 17:07:03 -06:00
parent dfeee786f9
commit 9e23bacfbc
2 changed files with 9 additions and 2 deletions

View File

@@ -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;
}