Merge branch 'master' into feature/THE-129-domain-batch3-enrichment

This commit is contained in:
s0lray
2026-03-27 22:17:39 -04:00
committed by GitHub
2 changed files with 2190 additions and 150 deletions
+2184 -150
View File
File diff suppressed because it is too large Load Diff
+6
View File
@@ -21,6 +21,7 @@
right: 0;
width: 340px;
height: 100vh;
height: 100dvh;
background: var(--color-surface);
border-left: 1px solid var(--color-border);
box-shadow: var(--shadow-md);
@@ -458,9 +459,14 @@
#tool-panel {
width: 100vw;
height: 100vh;
height: 100dvh;
top: 0;
right: 0;
border-left: none;
border-radius: 0;
}
#panel-overlay.visible {
pointer-events: auto;
}
}