Compare commits

..

No commits in common. "470f0f389c8a99f3b4da64202cea67b1e69488b2" and "acf723ac7d3ce8df18c80bddc9ec1221fcc35e76" have entirely different histories.

1 changed files with 0 additions and 8 deletions

View File

@ -95,14 +95,6 @@ const POLL_INTERVAL_MS = 10_000;
.countdown {
font-variant-numeric: tabular-nums;
}
/* Fix para Safari/iOS: sin esto, las dos capas del dígito (actual y
siguiente) no quedan recortadas ni aisladas y se ven superpuestas. */
.countdown > * {
overflow: clip;
isolation: isolate;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.pulse-update {
animation: counter-pulse 0.5s ease-out;
}