Преглед изворни кода

fix: speed up spinner rotation

Sven пре 1 година
родитељ
комит
82aff62a53
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 {