aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-03-25 14:44:41 -0400
committerspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-03-25 14:44:41 -0400
commit945f6e5e99413ef74c386cdb7f029d1cac93a456 (patch)
treea0a856e203112e3e0b0f89896071d2aaa3a43941 /style.css
parent91ae48fd7e20c60d6374f340cac0939f56d87048 (diff)
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 0dcc3e25..b252e64d 100644
--- a/style.css
+++ b/style.css
@@ -507,6 +507,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{