refactor(client): tree CSS

This commit is contained in:
Elian Doran
2025-05-17 23:11:11 +03:00
parent 901ab54e64
commit 84d9198396
3 changed files with 1 additions and 5 deletions

View File

@@ -34,9 +34,6 @@
<!-- Required for correct loading of scripts in Electron -->
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<!-- Include Fancytree library and skip -->
<link href="<%= assetPath %>/stylesheets/tree.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/ckeditor-theme.css" rel="stylesheet">
<link href="api/fonts" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet">

View File

@@ -111,8 +111,6 @@
<%- include("./partials/windowGlobal.ejs", locals) %>
<link href="<%= assetPath %>/stylesheets/tree.css" rel="stylesheet">
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
<script src="<%= appPath %>/mobile.js" crossorigin type="module"></script>