Add cache load spinner (build 271261238)

This commit is contained in:
2026-01-27 12:39:51 +13:00
parent 0e95f94025
commit 7d6cdcbe02
3 changed files with 24 additions and 3 deletions

View File

@@ -1689,6 +1689,16 @@ button span {
animation: spin 0.9s linear infinite;
}
.button-spinner {
width: 16px;
height: 16px;
border-width: 2px;
box-shadow: none;
margin-right: 8px;
vertical-align: middle;
display: inline-block;
}
.loading-text {
font-size: 16px;
color: var(--ink-muted);