Commit 1f3cf94
Fix time label drift causing now-line misalignment (v1.4.2)
margin-top:-8px on .time-label accumulated across 24 labels, drifting
the gutter text ~176px above the correct position by 11 PM. Replaced
with transform:translateY(-8px) which achieves the same visual offset
without affecting layout flow, so every label aligns precisely with its
corresponding hour line in the time grid.
Also remove now-line time label and debug console.log per user request.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 182ee9c commit 1f3cf94
2 files changed
Lines changed: 5 additions & 8 deletions
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
| 853 | + | |
| 854 | + | |
857 | 855 | | |
858 | 856 | | |
859 | 857 | | |
| |||
878 | 876 | | |
879 | 877 | | |
880 | 878 | | |
881 | | - | |
882 | 879 | | |
883 | 880 | | |
884 | | - | |
| 881 | + | |
885 | 882 | | |
886 | 883 | | |
887 | 884 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments