resolve codefactor warnings about animation shorthand

This commit is contained in:
Jones8683
2026-01-30 19:16:01 +10:30
parent b402221477
commit e0009ad8dc
+11 -11
View File
@@ -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;