UI-Verbesserungen: Rechnungsmenü entfernt, TS zu Trockenstellerprobe, Auffällig statt ⚠, Erregerkacheln bereinigt, Layout-Abstände optimiert

This commit is contained in:
2026-03-16 12:38:08 +01:00
parent e01afb9a10
commit c41cdad90d
9 changed files with 2281 additions and 2669 deletions

View File

@@ -312,6 +312,7 @@ a {
.portal-grid {
display: grid;
gap: 20px;
align-items: stretch;
}
.metrics-grid {
@@ -383,6 +384,10 @@ a {
grid-column: 1 / -1;
}
.field--spaced {
margin-top: 28px;
}
.field span {
font-size: 0.9rem;
color: var(--muted);
@@ -664,6 +669,10 @@ a {
color: var(--muted);
}
.info-panel--spaced {
margin-top: 28px;
}
.alert {
border: 1px solid transparent;
}