From 919e872f684484ac92dae39b0de9dcd895c09063 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 13 Jun 2026 00:26:44 +0200 Subject: [PATCH] Changed back to a single sheen effect --- styles/less/ui/countdown/countdown.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/less/ui/countdown/countdown.less b/styles/less/ui/countdown/countdown.less index 03d31942..aad1441d 100644 --- a/styles/less/ui/countdown/countdown.less +++ b/styles/less/ui/countdown/countdown.less @@ -22,7 +22,6 @@ pointer-events: all; align-self: flex-end; transition: 0.3s right ease-in-out; - display: flex; flex-direction: column; @@ -121,7 +120,7 @@ border-radius: 6px; &.change-glow { - animation: shimmer 1s ease-in-out infinite; + animation: shimmer 1s ease-in-out; background: linear-gradient(-45deg, transparent 30%, light-dark(@dark-blue-40, @golden-40) 35%, transparent 40%); background-size: 300%; background-position-x: 100%