diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-04-29 08:58:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 08:58:54 +0000 |
commit | f54cd3f1586ec8d20ffcaff184ba2e680bb8cb8b (patch) | |
tree | 7af57d3994e5db508c89f43858a67aefd917450b /style.css | |
parent | 7fb72edaffd3d4f2336d2478a424fc455f2376a6 (diff) | |
parent | e55cb92067094564c259b515b8a6ec3869654083 (diff) | |
download | stable-diffusion-webui-gfx803-f54cd3f1586ec8d20ffcaff184ba2e680bb8cb8b.tar.gz stable-diffusion-webui-gfx803-f54cd3f1586ec8d20ffcaff184ba2e680bb8cb8b.tar.bz2 stable-diffusion-webui-gfx803-f54cd3f1586ec8d20ffcaff184ba2e680bb8cb8b.zip |
Merge branch 'dev' into torch
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -312,6 +312,10 @@ div.dimensions-tools{ align-content: center;
}
+div#extras_scale_to_tab div.form{
+ flex-direction: row;
+}
+
#mode_img2img .gradio-image > div.fixed-height, #mode_img2img .gradio-image > div.fixed-height img{
height: 480px !important;
max-height: 480px !important;
|