@ticketboothapp/booking 1.2.36 → 1.2.37
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
|
@@ -443,6 +443,12 @@
|
|
|
443
443
|
justify-content: flex-end;
|
|
444
444
|
padding-bottom: 0.125rem;
|
|
445
445
|
}
|
|
446
|
+
|
|
447
|
+
/* Admin capacity mode: with stretched row heights, bottom-pinning creates excessive top whitespace. */
|
|
448
|
+
.calendar.calendarAdminMode .calendarDayCellInner:not(.calendarDayCellInnerMobile) {
|
|
449
|
+
justify-content: center;
|
|
450
|
+
padding-bottom: 0;
|
|
451
|
+
}
|
|
446
452
|
}
|
|
447
453
|
.calendar .calendarDayCell.calendarDayCellMobile .calendarDayCellInnerMobile,
|
|
448
454
|
.calendar .calendarDayCell.calendarDayCellMobileTall .calendarDayCellInnerMobile {
|