aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 13:50:52 +0000
committerGitHub <noreply@github.com>2023-04-29 13:50:52 +0000
commit263f0fb59c7afa9b4739b226725dd0b38956a8cf (patch)
tree2ebe6b5e7763ab2c95aa8bd72ce6d8f6afbd87ce /style.css
parent082613036aa7b9a8a008384b1770046d6714bc28 (diff)
parentfaff08f396f159a5ddd6328a6d2699b7e7d18ef9 (diff)
downloadstable-diffusion-webui-gfx803-263f0fb59c7afa9b4739b226725dd0b38956a8cf.tar.gz
stable-diffusion-webui-gfx803-263f0fb59c7afa9b4739b226725dd0b38956a8cf.tar.bz2
stable-diffusion-webui-gfx803-263f0fb59c7afa9b4739b226725dd0b38956a8cf.zip
Merge branch 'dev' into remove-watermark-option
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5e8fb533..aafc2362 100644
--- a/style.css
+++ b/style.css
@@ -312,12 +312,23 @@ 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;
min-height: 480px !important;
}
+#img2img_sketch, #img2maskimg, #inpaint_sketch {
+ overflow: overlay !important;
+ resize: auto;
+ background: var(--panel-background-fill);
+ z-index: 5;
+}
+
.image-buttons button{
min-width: auto;
}
@@ -329,6 +340,7 @@ div.dimensions-tools{
/* settings */
#quicksettings {
width: fit-content;
+ align-items: end;
}
#quicksettings > div, #quicksettings > fieldset{