Merge pull request #8569 from missionfloyd/extra-networks-toggle

Make extra networks button togglable
This commit is contained in:
AUTOMATIC1111
2023-03-27 07:35:39 +03:00
committed by GitHub
3 changed files with 10 additions and 4 deletions

View File

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