Przeglądaj źródła

fix: speed up spinner rotation

Sven 1 rok temu
rodzic
commit
0917a84f9a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/features/layout.css

+ 1 - 1
src/features/layout.css

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