aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-27 09:26:50 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-27 09:45:03 +0300
commit5359dc0a103171d830f5c8a3106ef2e6a0a41366 (patch)
tree69a2fd3da0a5e4f51f146e9525150da3c2824eb3 /style.css
parent7989765faad6d3456eacfb774c9498b20e457b35 (diff)
Merge pull request #12792 from catboxanon/image-cropper-hide
Hide broken image crop tool
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index d67b6336..e336e79d 100644
--- a/style.css
+++ b/style.css
@@ -2,6 +2,14 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
+
+/* temporary fix to hide gradio crop tool until it's fixed https://github.com/gradio-app/gradio/issues/3810 */
+
+div.gradio-image button[aria-label="Edit"] {
+ display: none;
+}
+
+
/* general gradio fixes */
:root, .dark{