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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user