Patch Changes
-
#55
a986d61Thanks @MohamedH1998! - The scaffolded starter's header now matches the Nimbus site. The mobile menu (hamburger) button moved from the left of the header to the right, alongside the theme toggle. The search trigger stays reachable on mobile: it previously usedhidden sm:flexand disappeared entirely below thesmbreakpoint, leaving phones with no way to search — it now renders as a compact magnifying-glass icon button on small screens and expands to the full "Search ⌘K" control fromsmup (the ⌘K hint is hidden on mobile). -
#55
6881e4eThanks @MohamedH1998! - Markdown tables in the scaffolded starter now round their outer corner cells to match the table's0.75remborder-radius. Because the table usesborder-collapse: separate, the corner cell backgrounds — most visibly the muted<thead>fill — previously kept square corners that poked past the rounded table border. The first/last<th>in the header and the first/last<td>in the last body row now carry the matchingborder-top-left/border-top-right/border-bottom-left/border-bottom-rightradius, so the fill clips cleanly to the border. Scoped to:not([class])authored markdown tables, so component-owned tables are untouched.