Add layered system viewer and local coordinates

This commit is contained in:
2026-03-13 00:48:08 -04:00
parent 22a4b18be8
commit a9c08124f5
7 changed files with 576 additions and 94 deletions

View File

@@ -65,6 +65,24 @@ canvas {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.hover-label {
position: absolute;
padding: 8px 10px;
border-radius: 999px;
background: rgba(7, 15, 28, 0.88);
border: 1px solid rgba(255, 88, 72, 0.5);
color: #fff2ef;
font-family: "IBM Plex Mono", "SFMono-Regular", monospace;
font-size: 0.75rem;
line-height: 1;
white-space: nowrap;
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}
.hover-label[hidden] {
display: none;
}
.topbar,
.info-panel,
.network-panel,