mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
use relative path for webui-assets css
This commit is contained in:
parent
ddb28b33a3
commit
d44f241317
@ -1,6 +1,6 @@
|
|||||||
/* temporary fix to load default gradio font in frontend instead of backend */
|
/* temporary fix to load default gradio font in frontend instead of backend */
|
||||||
|
|
||||||
@import url('/webui-assets/css/sourcesanspro.css');
|
@import url('webui-assets/css/sourcesanspro.css');
|
||||||
|
|
||||||
|
|
||||||
/* 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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user