update road trip
Deploy HouseHub / deploy (push) Successful in 1s

This commit is contained in:
2026-07-24 17:55:56 +02:00
parent 49d4ec7c35
commit ac8ebf7328
5 changed files with 634 additions and 236 deletions
+2 -2
View File
@@ -1196,7 +1196,7 @@ input[type="date"]::-webkit-calendar-picker-indicator:hover {
top: 1px;
left: 45px;
right: 5px;
height: calc(75px * var(--duration) - 2px);
height: calc(60px * var(--duration) - 2px);
}
/* Dans la boîte d'attente : Position normale */
.hol-unmapped-zone .hol-drag-item {
@@ -1253,7 +1253,7 @@ input[type="date"]::-webkit-calendar-picker-indicator:hover {
}
.hol-time-slot {
height: 75px;
height: 60px;
border-bottom: 1px solid var(--border-light);
position: relative;
transition: background 0.2s;