From e0009ad8dccb4dad56a8d05414240f547ea0fbdb Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Fri, 30 Jan 2026 19:16:01 +1030 Subject: [PATCH] resolve codefactor warnings about animation shorthand --- src/css/injected.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index de4ad1ed..2a89f9a9 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1645,7 +1645,7 @@ iframe.userHTML { } [class*="Thermoscore__Thermoscore___"] { background-image: unset; - background: var(--auto-background); + background-color: var(--auto-background); border-radius: 8px; } .dark [class*="Thermoscore__Thermoscore___"] { @@ -2666,16 +2666,16 @@ body { } .big-circle { margin: -88px; - animation-timing-function: ease; - animation: spin 3s linear infinite; - -moz-animation: spin 3s linear infinite; + animation: spin 3s ease infinite; + -moz-animation: spin 3s ease infinite; } + .small-circle { margin: -66px; - animation-timing-function: ease; - animation: spin 3s linear infinite; - -moz-animation: spin 3s linear infinite; + animation: spin 3s ease infinite; + -moz-animation: spin 3s ease infinite; } + .dark [class*="LabelList__name___"] { text-shadow: 0 0 5px black; } @@ -2717,10 +2717,10 @@ body { } .outer-circle { margin: -108px; - animation-direction: alternate-reverse; - animation: spinback 1s linear infinite; - -moz-animation: spinback 1s linear infinite; + animation: spinback 1s linear infinite alternate-reverse; + -moz-animation: spinback 1s linear infinite alternate-reverse; } + @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); @@ -3710,7 +3710,7 @@ div.day-empty { h2, h3, h4, - h5, + z h5, h6 { margin: 0 !important; padding: 0 !important;