Projektstart

This commit is contained in:
2026-01-22 16:19:07 +01:00
parent 5174b88af9
commit bc7fbf8ce6
1553 changed files with 111281 additions and 141 deletions

View File

@@ -170,6 +170,20 @@ select {
gap: 8px;
}
.filter-row {
display: flex;
justify-content: flex-end;
margin-bottom: 12px;
}
.filter-row label {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: var(--muted);
}
.admin-modal {
position: fixed;
inset: 0;