polish: more padding and line spacing in month calendar pills, taller min row
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
/* sm+: let rows breathe and grow with their content (cells are wide enough) */
|
/* sm+: let rows breathe and grow with their content (cells are wide enough) */
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
.park-calendar-grid {
|
.park-calendar-grid {
|
||||||
grid-auto-rows: minmax(96px, auto);
|
grid-auto-rows: minmax(108px, auto);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -203,16 +203,16 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez
|
|||||||
background: "var(--color-ph-bg)",
|
background: "var(--color-ph-bg)",
|
||||||
border: "1px solid var(--color-ph-border)",
|
border: "1px solid var(--color-ph-border)",
|
||||||
borderRadius: 5,
|
borderRadius: 5,
|
||||||
padding: "5px 6px",
|
padding: "8px 6px",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
}}>
|
}}>
|
||||||
<div style={{ fontSize: "0.6rem", fontWeight: 700, color: "var(--color-ph-label)", textTransform: "uppercase", letterSpacing: "0.05em" }}>
|
<div style={{ fontSize: "0.6rem", fontWeight: 700, color: "var(--color-ph-label)", textTransform: "uppercase", letterSpacing: "0.05em" }}>
|
||||||
Passholder
|
Passholder
|
||||||
</div>
|
</div>
|
||||||
<div style={{ fontSize: "0.65rem", color: "var(--color-ph-hours)", marginTop: 3 }}>
|
<div style={{ fontSize: "0.65rem", color: "var(--color-ph-hours)", marginTop: 4 }}>
|
||||||
{dayData.hoursLabel}
|
{dayData.hoursLabel}
|
||||||
</div>
|
</div>
|
||||||
<div style={{ fontSize: "0.58rem", color: "var(--color-ph-label)", opacity: 0.75, marginTop: 2, letterSpacing: "0.04em" }}>
|
<div style={{ fontSize: "0.58rem", color: "var(--color-ph-label)", opacity: 0.75, marginTop: 3, letterSpacing: "0.04em" }}>
|
||||||
{tzAbbr}
|
{tzAbbr}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -221,13 +221,13 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez
|
|||||||
background: "var(--color-open-bg)",
|
background: "var(--color-open-bg)",
|
||||||
border: "1px solid var(--color-open-border)",
|
border: "1px solid var(--color-open-border)",
|
||||||
borderRadius: 5,
|
borderRadius: 5,
|
||||||
padding: "5px 6px",
|
padding: "8px 6px",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
}}>
|
}}>
|
||||||
<div style={{ fontSize: "0.65rem", color: "var(--color-open-hours)" }}>
|
<div style={{ fontSize: "0.65rem", color: "var(--color-open-hours)" }}>
|
||||||
{dayData.hoursLabel}
|
{dayData.hoursLabel}
|
||||||
</div>
|
</div>
|
||||||
<div style={{ fontSize: "0.58rem", color: "var(--color-open-hours)", opacity: 0.6, marginTop: 3, letterSpacing: "0.04em" }}>
|
<div style={{ fontSize: "0.58rem", color: "var(--color-open-hours)", opacity: 0.6, marginTop: 4, letterSpacing: "0.04em" }}>
|
||||||
{tzAbbr}
|
{tzAbbr}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user