Add layered system viewer and local coordinates
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user