Просмотр исходного кода

fix: speed up spinner rotation

Sven 1 год назад
Родитель
Сommit
0917a84f9a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/features/layout.css

+ 1 - 1
src/features/layout.css

@@ -28,7 +28,7 @@
 }
 
 .bytm-spinner {
-  animation: rotate 1.5s linear infinite;
+  animation: rotate 1.2s linear infinite;
 }
 
 @keyframes rotate {