فهرست منبع

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 {