1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Add: Updater in GUI

This commit is contained in:
18870
2022-01-11 02:36:45 +08:00
parent 1d716b27f1
commit 1c460bd7a9
11 changed files with 331 additions and 100 deletions

View File

@@ -440,4 +440,22 @@ button.btn.dropdown-toggle {
*[style*="--input--"] {
margin: 0;
padding-right: .25rem;
}
*[style*="--loading-glow--"] {
width: 1.5rem;
height: 1.5rem;
}
*[style*="--loading-border--"] {
width: 1.5rem;
height: 1.5rem;
border: .2em solid currentColor;
border-right-color: transparent;
}
*[style*="--loading-border-fill--"] {
width: 1.5rem;
height: 1.5rem;
border: .2em solid currentColor;
}