aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-22 05:15:35 +0000
committerGitHub <noreply@github.com>2022-09-22 05:15:35 +0000
commite235d4e691e81cc3628da762b3f4ace936a44036 (patch)
treeaaf99ae3cb8fcd1b3b47cc8988ac5fc4dcea2324 /style.css
parentaa1d1bf44ece3f0495873fc3129d2dba664f8c2f (diff)
parent013e9a4bdabb1438d60dbbea3c121a88e43c518e (diff)
downloadstable-diffusion-webui-gfx803-e235d4e691e81cc3628da762b3f4ace936a44036.tar.gz
stable-diffusion-webui-gfx803-e235d4e691e81cc3628da762b3f4ace936a44036.tar.bz2
stable-diffusion-webui-gfx803-e235d4e691e81cc3628da762b3f4ace936a44036.zip
Merge pull request #824 from dfaker/patch-6
Aspect ratio overlay on img2img
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8abe4c76..655a00e5 100644
--- a/style.css
+++ b/style.css
@@ -337,6 +337,17 @@ input[type="range"]{
background-color: rgba(0, 0, 0, 0.8);
}
+#imageARPreview{
+ position:absolute;
+ top:0px;
+ left:0px;
+ border:2px solid red;
+ background:rgba(255, 0, 0, 0.3);
+ z-index: 900;
+ pointer-events:none;
+ display:none
+}
+
#interrupt{
position: absolute;
width: 100%;