Merge pull request #42 from ok2/codex/fix-pixel-jump-in-0-f-markers

Fix marker jitter in analog clock
This commit is contained in:
Kiyomichi Kosaka
2025-06-15 14:25:50 +02:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+4
View File
@@ -447,6 +447,10 @@ body.fullscreen-clock .clock-label {
text-shadow: 0 0 6px rgba(0, 255, 255, 0.9), 0 0 12px rgba(0, 255, 255, 0.7);
box-shadow: none;
transform-origin: center;
font-variant-numeric: tabular-nums;
user-select: none;
pointer-events: none;
will-change: transform;
z-index: 1;
}