aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-27 09:26:50 +0300
committerGitHub <noreply@github.com>2023-08-27 09:26:50 +0300
commited2a05fc3f8dbbbe2fafe47236c7eb7f7cc0b1a1 (patch)
tree7beef8c0a3cefe4d0231e0514e8e668ade5bd075
parente3174a1a426bb379335616d16c244e7542279add (diff)
parent73f69a74534be17c020fd1a5e64dfce71981fc31 (diff)
Merge pull request #12792 from catboxanon/image-cropper-hide
Hide broken image crop tool
-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{