Improve viewer camera and selection controls

This commit is contained in:
2026-03-12 20:59:35 -04:00
parent 0340e1cc7d
commit 7fbe7cce1a
2 changed files with 424 additions and 102 deletions

View File

@@ -37,6 +37,14 @@ canvas {
pointer-events: none;
}
.marquee-box {
position: absolute;
display: none;
border: 1px solid rgba(127, 214, 255, 0.72);
background: rgba(127, 214, 255, 0.14);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.topbar,
.details-panel,
.network-panel,