fix(dashboard): contain rebuild spinner within icon boundary

This commit is contained in:
iris 2026-06-29 00:49:00 +02:00 committed by mara
commit ccc69bbc7b

View file

@ -362,13 +362,10 @@ body.dashboard-shell {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.container-row.pending-running > .container-icon {
overflow: visible;
}
.container-row.pending-running > .container-icon::after {
content: '';
position: absolute;
inset: -5px;
inset: 0;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: var(--amber);