diff options
author | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-08-26 11:04:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 11:04:11 +0000 |
commit | 73f69a74534be17c020fd1a5e64dfce71981fc31 (patch) | |
tree | cf9c1187f3687b9a267d23b9a5b8f1c8025be1f6 | |
parent | ec54257cb21bacd6281a5f9c6f74c2529fe446c5 (diff) | |
download | stable-diffusion-webui-gfx803-73f69a74534be17c020fd1a5e64dfce71981fc31.tar.gz stable-diffusion-webui-gfx803-73f69a74534be17c020fd1a5e64dfce71981fc31.tar.bz2 stable-diffusion-webui-gfx803-73f69a74534be17c020fd1a5e64dfce71981fc31.zip |
Fix CSS whitespace
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,8 +2,8 @@ @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 */
+/* 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;
|