refactor(css): apply biome format on css

This commit is contained in:
Edouard Vanbelle
2026-04-08 23:34:39 +02:00
parent 94b36e41e0
commit 56a067ee96
4 changed files with 18 additions and 10 deletions
+4 -2
View File
@@ -426,7 +426,9 @@
}
@keyframes spin {
to { transform: rotate(360deg); }
to {
transform: rotate(360deg);
}
}
/* Dark theme */
@@ -916,7 +918,7 @@
}
.player-btn.repeat-one i::after {
content: '1';
content: "1";
font-size: 8px;
position: absolute;
top: 0;