v1.126.10
Fix
Remove top padding from app-layout on mobile SPA
- The dashboard (/) is the only SPA route on mobile — all other pages
- (thread, space, note, profile) are served by Astro SSR and never use
- this layout. The 0.75rem top padding was causing a visible gap above
- the mobile nav bar on the home page. Set padding-top: 0 so the nav
- sits flush at the top; desktop keeps full 1.5rem padding via media query.
