v1.1.1
What's Changed
Fixed
- Sidebar favicon gets protective padding. The project favicon in the sidebar header rendered edge-to-edge inside its rounded box — icons without their own safe-area looked glued to the corners. The image now sits inset (
p-1,object-contain) so any favicon shape breathes. - Sidebar-toggle icon stays a hamburger. The open-state morph into an X read as "close/dismiss" rather than "menu" and was misleading next to the sidebar's own close affordances; the icon is now static in both states (
aria-expandedstill carries the state for assistive tech).
Pull Requests
- #66 — fix(spa): favicon safe-area padding; static sidebar-toggle hamburger
Full Changelog: v1.1.0...v1.1.1