修复更新下载加载动画
为下载遮罩加载图标添加持续旋转动画
This commit is contained in:
@@ -110,6 +110,16 @@ body {
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
.app-update-progress-icon .is-spinning {
|
||||
animation: app-update-spin 0.9s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes app-update-spin {
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.app-update-progress-dialog h2,
|
||||
.app-update-progress-dialog p,
|
||||
.app-update-progress-dialog small {
|
||||
|
||||
Reference in New Issue
Block a user