We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
user.css
1 parent 77f91de commit 7c0040bCopy full SHA for 7c0040b
index.html
@@ -4,8 +4,9 @@
4
<meta charset="UTF-8">
5
<title>ComfyUI</title>
6
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
7
- <link rel="stylesheet" type="text/css" href="user.css" />
8
<link rel="stylesheet" type="text/css" href="materialdesignicons.min.css" />
+ <link rel="stylesheet" type="text/css" href="user.css" />
9
+ <link rel="stylesheet" type="text/css" href="api/userdata/user.css" />
10
11
<!-- Fullscreen mode on iOS -->
12
<meta name="apple-mobile-web-app-capable" content="yes">
0 commit comments