included jitter correction on client
This commit is contained in:
@@ -52,6 +52,23 @@ html, body { height:100%; background:var(--bg); color:var(--text);
|
||||
#cursor-readout.visible { display:flex; }
|
||||
#cur-ta { color:var(--sky); } #cur-tb { color:var(--yellow); }
|
||||
#cur-dt { color:var(--subtext1); } .cur-sep { color:var(--surface2); }
|
||||
#ruler-readout { display:inline-flex; align-items:center; gap:8px; }
|
||||
#cur-y1 { color:var(--green); } #cur-y2 { color:var(--red); }
|
||||
#cur-dy { color:var(--subtext1); }
|
||||
|
||||
/* Mouse-over time/value tooltip */
|
||||
#hover-readout {
|
||||
position:fixed; z-index:60; pointer-events:none;
|
||||
background:var(--surface0); border:1px solid var(--surface1);
|
||||
border-radius:5px; padding:4px 8px;
|
||||
font-size:11px; font-family:monospace; white-space:nowrap;
|
||||
box-shadow:0 4px 12px rgba(0,0,0,0.45);
|
||||
}
|
||||
#hover-readout .hov-time { color:var(--subtext1); margin-bottom:3px; }
|
||||
#hover-readout .hov-row { display:flex; align-items:center; gap:6px; }
|
||||
#hover-readout .hov-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
|
||||
#hover-readout .hov-name { color:var(--subtext0); }
|
||||
#hover-readout .hov-val { color:var(--text); margin-left:auto; padding-left:10px; }
|
||||
|
||||
.topbar-vsep { width:1px; height:22px; background:var(--surface0); flex-shrink:0; margin:0 2px; }
|
||||
#layout-btns { display:flex; gap:2px; align-items:center; flex-shrink:0; }
|
||||
@@ -74,6 +91,12 @@ button.ctrl-btn.trig-active { background:rgba(203,166,247,0.15); border-color:va
|
||||
button.ctrl-btn.cursor-a { border-color:var(--sky); color:var(--sky); }
|
||||
button.ctrl-btn.cursor-b { border-color:var(--yellow); color:var(--yellow); }
|
||||
button.ctrl-btn.resume-btn { border-color:var(--teal); color:var(--teal); }
|
||||
label.ctrl-check {
|
||||
display:flex; align-items:center; gap:4px; flex-shrink:0;
|
||||
font-size:12px; color:var(--subtext0); cursor:pointer; white-space:nowrap;
|
||||
}
|
||||
label.ctrl-check input { margin:0; cursor:pointer; accent-color:var(--accent); }
|
||||
label.ctrl-check:has(input:checked) { color:var(--accent); }
|
||||
|
||||
/* ── Trigger bar ──────────────────────────────────────────────── */
|
||||
#trigbar {
|
||||
|
||||
Reference in New Issue
Block a user