aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-27 07:06:24 +0300
committerGitHub <noreply@github.com>2023-03-27 07:06:24 +0300
commite8f34e3b4105b0b22d1f48b6f4e4b072ed3aab12 (patch)
tree6982e43c0a1596e94c19eb9f48232ba84331cf09 /style.css
parentc19036d3fe746a4d6599ecd247be095e264aeccb (diff)
parent945f6e5e99413ef74c386cdb7f029d1cac93a456 (diff)
Merge pull request #8938 from space-nuko/fix-image-ar-overlay
Fix img2img aspect ratio overlay in Gradio 3.23.0
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 c7087210..07e772cd 100644
--- a/style.css
+++ b/style.css
@@ -520,6 +520,17 @@ div.dimensions-tools{
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;
+}
+
/* context menu (ie for the generate button) */
#context-menu{