asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 6s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-04 01:26:08 +02:00
parent 2c1a751e82
commit 0385864f1a
2 changed files with 13 additions and 4 deletions

View File

@@ -655,6 +655,13 @@ body.has-modal-open {
margin-top: 1rem;
}
.module-admin-toolbar {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.module-admin-grid--compact {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}