This commit is contained in:
2026-05-02 17:13:53 +10:00
parent 1a4c33b9dc
commit fb1bf01fef
19 changed files with 780 additions and 69 deletions

View File

@@ -55,9 +55,18 @@ body {
}
.panel__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 12px;
}
.panel__header button {
width: auto;
min-width: 160px;
}
.status-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}