scheduler: revert legend grid — restore original hint paragraph

This commit is contained in:
Gmer4Lfe
2026-05-24 22:06:48 -04:00
parent 4832dd8d4e
commit 3186097941
2 changed files with 3 additions and 20 deletions
@@ -44,15 +44,6 @@
/* Scheduler */
.vv-hint { color: #888; font-size: 13px; margin-bottom: 16px; }
.vv-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 16px; margin-bottom: 16px; }
.vv-legend-item { display: flex; align-items: baseline; gap: 6px; min-width: 0; }
.vv-lk { flex-shrink: 0; font-size: 11px; font-weight: 600; color: #aaa;
background: #222; border: 1px solid #3a3a3a; border-radius: 3px;
padding: 1px 5px; white-space: nowrap; }
.vv-lk-event { background: #1a3a1a; border-color: #2e6b2e; color: #6fcf6f; }
.vv-lk-stop { background: #3a1a1a; border-color: #6b2e2e; color: #cf6f6f; }
.vv-lv { font-size: 11px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vv-lcode { font-size: 10px; color: #888; background: #1a1a1a; padding: 0 3px; border-radius: 2px; }
.vv-sched-card { margin-bottom: 10px; }
.vv-script { background: #161616; border: 1px solid #333; border-radius: 4px;
padding: 6px 10px; margin: 4px 0; margin-left: 20px; }