mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Merge pull request #12792 from catboxanon/image-cropper-hide
Hide broken image crop tool
This commit is contained in:
commit
ed2a05fc3f
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
|
@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 */
|
/* general gradio fixes */
|
||||||
|
|
||||||
:root, .dark{
|
:root, .dark{
|
||||||
|
Loading…
Reference in New Issue
Block a user