aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcatboxanon <122327233+catboxanon@users.noreply.github.com>2023-08-26 07:00:09 -0400
committercatboxanon <122327233+catboxanon@users.noreply.github.com>2023-08-26 07:00:09 -0400
commitec54257cb21bacd6281a5f9c6f74c2529fe446c5 (patch)
tree490451d6c5b5cd50dbd0947d73a660a2f9d370a2
parent72ee347eabf04d1a238a738a03e7973cc2a46ca3 (diff)
Hide broken image crop tool for now
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index d67b6336..5090f289 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{