fix(dashboard): contain rebuild spinner within icon boundary
This commit is contained in:
parent
7ba5193167
commit
ccc69bbc7b
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue