diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-25 21:01:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 21:01:10 +0000 |
commit | 254ad09ef3b356cbe945ad7ca476c5dcf8d842f8 (patch) | |
tree | fff3e3bb31945bb6a323ce11e3768d4a3e8a9061 /style.css | |
parent | 6f18c9b13f06112d6afe9be062fe5308767ea38a (diff) | |
download | stable-diffusion-webui-gfx803-254ad09ef3b356cbe945ad7ca476c5dcf8d842f8.tar.gz stable-diffusion-webui-gfx803-254ad09ef3b356cbe945ad7ca476c5dcf8d842f8.tar.bz2 stable-diffusion-webui-gfx803-254ad09ef3b356cbe945ad7ca476c5dcf8d842f8.zip |
Update style.css
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -786,8 +786,8 @@ footer { }
button[id$='_extra_networks'] {
- margin: 0.6em 0em 0.55em 0;
- max-width: 2.5em;
- min-width: 2.5em !important;
+ max-width: 2.2em;
+ min-width: 2.2em !important;
height: 2.4em;
+ line-height: 1em !important;
}
|