Fix jittering of clock markers

This commit is contained in:
Kiyomichi Kosaka
2025-06-15 14:25:30 +02:00
parent 0a55bba1c9
commit 40a7d87832
2 changed files with 6 additions and 3 deletions
+4
View File
@@ -454,6 +454,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;
}