web/layout: global spinner animation

This commit is contained in:
wukko
2025-03-06 17:22:08 +06:00
parent 0bee4b1ade
commit d8b274f554
3 changed files with 12 additions and 21 deletions

View File

@@ -635,4 +635,13 @@
animation: none !important;
transition: none !important;
}
@keyframes -global-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>