feat(v1.5): complete phases 40-43 workflow cleanup

This commit is contained in:
2026-03-25 22:46:51 +01:00
parent b8dda81e7b
commit 3610571949
37 changed files with 1557 additions and 259 deletions

View File

@@ -34,6 +34,16 @@
}
}
.print-queue-actions {
display: inline-flex;
align-items: center;
gap: 6px;
}
.print-queue-delete-form {
margin: 0;
}
.btn--outline-primary {
background: transparent;
border: 1px solid var(--c-action-primary);