Revert "[nit] Remove hardcoded grid style on body" (#2807)

This commit is contained in:
Chenlei Hu
2025-03-02 15:51:05 -05:00
committed by GitHub
parent 8d515dc309
commit 0386fd7c7d

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="user.css" />
<link rel="stylesheet" type="text/css" href="materialdesignicons.min.css" />
</head>
<body class="litegraph">
<body class="litegraph grid">
<div id="vue-app"></div>
<script type="module" src="src/main.ts"></script>
</body>