fix: minor UI adjustments

This commit is contained in:
Xiaohan-Tian
2026-05-08 16:16:34 -07:00
parent 31e02b4149
commit bd067cae64
3 changed files with 170 additions and 17 deletions
+9
View File
@@ -265,6 +265,15 @@
background: rgba(0, 0, 0, 0.35);
}
.track-automation-center-line {
position: absolute;
left: 0;
right: 0;
height: 1px;
background: rgba(255, 255, 255, 0.18);
pointer-events: none;
}
.track-automation-svg {
position: absolute;
inset: 0;