This commit is contained in:
dekun
2026-05-27 14:33:52 +08:00
parent aa33cb5da6
commit dc1b4989b4
3 changed files with 125 additions and 67 deletions
+9 -8
View File
@@ -217,7 +217,7 @@ body {
}
#overlay-canvas.can-drag {
cursor: ns-resize;
cursor: move;
}
.footer {
@@ -235,23 +235,24 @@ body {
.legend {
display: inline-block;
width: 24px;
height: 3px;
width: 0;
height: 0;
vertical-align: middle;
margin-left: 4px;
border-radius: 1px;
margin-left: 6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
}
.legend.entry {
background: var(--entry);
border-bottom: 10px solid var(--entry);
}
.legend.exit {
background: var(--exit);
border-top: 10px solid var(--exit);
}
.legend.stop {
background: var(--stop);
border-top: 10px solid var(--stop);
}
.footer-note {