fix: load Gridstack.js locally in HTML head - CDN URLs were 404

This commit is contained in:
root
2026-07-16 08:15:59 +00:00
parent 544ef4cfbd
commit 4e69e9b1b2
6 changed files with 48 additions and 31 deletions

View File

@@ -1,5 +1,7 @@
/* A4 Template Designer with Gridstack.js */
@import url('https://cdn.jsdelivr.net/npm/gridstack@11.1.3/gridstack.min.css');
/* Gridstack base styles (loaded locally) */
/* gridstack.min.css is loaded via <link> in the page */
/* Designer layout */
.designer-layout {