Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'fix(calendar): make month header row compact instead of stretching' (#316) from fix/calendar-header-height into main

scott 572ecea6 840b03d8

+2 -1
+2 -1
src/css/app.css
··· 9454 9454 .cal-month-grid { 9455 9455 display: grid; 9456 9456 grid-template-columns: repeat(7, 1fr); 9457 - /* Rows fill available height equally — never overflow, no scrollbar */ 9457 + /* First row (day-of-week header) is compact; remaining rows share space equally */ 9458 + grid-template-rows: auto; 9458 9459 grid-auto-rows: 1fr; 9459 9460 flex: 1; 9460 9461 overflow: hidden;