CLeanup unused stuff
CI / ci (push) Successful in 44s

This commit is contained in:
2026-05-25 21:35:02 +02:00
parent 6bbde5c1cf
commit 3faab3e3e4
20 changed files with 332 additions and 49 deletions
+3
View File
@@ -17,6 +17,9 @@
border-radius: 8px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55), 0 2px 8px rgba(0, 0, 0, 0.35),
inset 0 1px 0 rgba(255, 255, 255, 0.04);
/* Ensure Director's Board appears above the video strip */
z-index: 100;
// ── Hide Foundry's default window header ──────────────────────────────────
header.window-header { display: none; }
+3
View File
@@ -25,6 +25,9 @@
.scrying-pool-strip {
background: var(--sp-bg, hsl(220, 15%, 12%));
border-radius: 8px;
/* Ensure strip appears below Director's Board (z-index: 100) */
z-index: 50;
// Hide Foundry's default window header — replaced by a lightweight in-content button.
header.window-header { display: none; }