Merge claude/2

This commit is contained in:
librelad 2026-06-22 14:58:54 +01:00
commit 8fdbe1ea08

View File

@ -55,10 +55,17 @@
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */
.services-loading { .services-loading {
display: flex; display: flex;
flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 0.6rem; gap: 0.6rem;
padding: 2rem; 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;
color: var(--text-secondary, var(--text-muted)); color: var(--text-secondary, var(--text-muted));
} }