Compare commits

..

No commits in common. "8fdbe1ea0855716fe7fe2992d5b5172fe696163d" and "cf80d48126a3d91c7359b1fb6eb59ddaca769dde" have entirely different histories.

View File

@ -55,17 +55,10 @@
/* ------------------------------------------------------------------ */
.services-loading {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.6rem;
padding: 40px 20px;
min-height: 200px;
margin: 16px;
/* Match the boxed loading card used by the Config and Tasks tabs. */
background: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
padding: 2rem;
color: var(--text-secondary, var(--text-muted));
}