v5.0.4 — Améliorations admin/UX

This commit is contained in:
Quentin Rouiller
2026-04-21 12:40:08 +02:00
parent 984f326b39
commit 86f52029f5
3 changed files with 77 additions and 40 deletions
+13
View File
@@ -2204,3 +2204,16 @@ header.topbar::before {
font-size: 11px;
padding: 4px 8px;
}
/* v5.0.4 : boutons preset matin / après-midi / journée dans modal absence */
.modal-preset-row {
gap: 8px;
flex-wrap: wrap;
}
.modal-preset-btn {
flex: 1;
min-width: 100px;
padding: 8px 10px;
font-size: 13px;
cursor: pointer;
}