Revert "resolve codefactor warnings about animation shorthand"

This reverts commit e0009ad8dc.
This commit is contained in:
Jones8683
2026-01-30 19:26:38 +10:30
parent 14a2e93b3a
commit 445aa9d071
+11 -11
View File
@@ -1645,7 +1645,7 @@ iframe.userHTML {
} }
[class*="Thermoscore__Thermoscore___"] { [class*="Thermoscore__Thermoscore___"] {
background-image: unset; background-image: unset;
background-color: var(--auto-background); background: var(--auto-background);
border-radius: 8px; border-radius: 8px;
} }
.dark [class*="Thermoscore__Thermoscore___"] { .dark [class*="Thermoscore__Thermoscore___"] {
@@ -2666,16 +2666,16 @@ body {
} }
.big-circle { .big-circle {
margin: -88px; margin: -88px;
animation: spin 3s ease infinite; animation-timing-function: ease;
-moz-animation: spin 3s ease infinite; animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
} }
.small-circle { .small-circle {
margin: -66px; margin: -66px;
animation: spin 3s ease infinite; animation-timing-function: ease;
-moz-animation: spin 3s ease infinite; animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
} }
.dark [class*="LabelList__name___"] { .dark [class*="LabelList__name___"] {
text-shadow: 0 0 5px black; text-shadow: 0 0 5px black;
} }
@@ -2717,10 +2717,10 @@ body {
} }
.outer-circle { .outer-circle {
margin: -108px; margin: -108px;
animation: spinback 1s linear infinite alternate-reverse; animation-direction: alternate-reverse;
-moz-animation: spinback 1s linear infinite alternate-reverse; animation: spinback 1s linear infinite;
-moz-animation: spinback 1s linear infinite;
} }
@-moz-keyframes spin { @-moz-keyframes spin {
100% { 100% {
-moz-transform: rotate(360deg); -moz-transform: rotate(360deg);
@@ -3707,7 +3707,7 @@ div.day-empty {
h2, h2,
h3, h3,
h4, h4,
z h5, h5,
h6 { h6 {
margin: 0 !important; margin: 0 !important;
padding: 0 !important; padding: 0 !important;