Module cleanup and tests
CI / ci (push) Failing after 7s

This commit is contained in:
2026-05-24 23:13:45 +02:00
parent 63d83e999a
commit 5dc9b3b8d4
72 changed files with 2545 additions and 1220 deletions
+9 -5
View File
@@ -1,5 +1,12 @@
// ============================================================================
// Preset Import/Export Dialogs
// Wrapper divs we added to satisfy the single-root-element requirement
.sp-preset-export-dialog,
.sp-preset-import-dialog {
display: flex;
flex-direction: column;
height: 100%;
}
// Story 3.3: Preset Import & Export
// ============================================================================
@@ -159,9 +166,6 @@
height: 100%;
cursor: pointer;
z-index: 2;
// Prevent pointer events from bubbling through
pointer-events: none;
}
.sp-file-label {