Ver código fonte

fix: speed up spinner rotation

Sven 1 ano atrás
pai
commit
82aff62a53
1 arquivos alterados com 1 adições e 1 exclusões
  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 {