@ticketboothapp/booking 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -381,17 +381,17 @@
|
|
|
381
381
|
flex-direction: column;
|
|
382
382
|
align-items: center;
|
|
383
383
|
justify-content: center;
|
|
384
|
-
min-height:
|
|
384
|
+
min-height: 6.25rem; /* Desktop: taller base cell for availability-mode readability */
|
|
385
385
|
cursor: pointer;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
/* Admin (showCapacity): extra line under each time pill — taller cells on sm+ only */
|
|
389
389
|
@media (min-width: 640px) {
|
|
390
390
|
.calendar .calendarDayCell.calendarDayCellWithAdminCapacity {
|
|
391
|
-
min-height:
|
|
391
|
+
min-height: 8.25rem;
|
|
392
392
|
}
|
|
393
393
|
.calendar .calendarDayCell.calendarDayCellWithAdminCapacity.calendarDayCellWithAdminCapacityTall {
|
|
394
|
-
min-height:
|
|
394
|
+
min-height: 9.75rem;
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
397
|
|