diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-12 16:03:33 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-12 16:03:33 +0000 |
commit | b2080756fcdc328292fc38998c06ccf23e53bd7e (patch) | |
tree | 1ccb6b2458a0a5d04edf525d870742ca0dfaf56e /style.css | |
parent | 9d0ec135968d80420b84ca83f7958f5fc8e534c2 (diff) | |
download | stable-diffusion-webui-gfx803-b2080756fcdc328292fc38998c06ccf23e53bd7e.tar.gz stable-diffusion-webui-gfx803-b2080756fcdc328292fc38998c06ccf23e53bd7e.tar.bz2 stable-diffusion-webui-gfx803-b2080756fcdc328292fc38998c06ccf23e53bd7e.zip |
make "send to" buttons into small tool buttons
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -348,8 +348,8 @@ div#extras_scale_to_tab div.form{ z-index: 5;
}
-.image-buttons button{
- min-width: auto;
+.image-buttons > .form{
+ justify-content: center;
}
.infotext {
|