Merge pull request #12792 from catboxanon/image-cropper-hide

Hide broken image crop tool
This commit is contained in:
AUTOMATIC1111 2023-08-27 09:26:50 +03:00 committed by GitHub
commit ed2a05fc3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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{