浏览代码

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 {