fix(www): mobile navigation drawer, logo alignment, header cleanup - #47
Merged
Conversation
On narrow screens the sidebar becomes a Bones Drawer opened from a menu button in the header (focus trap, Escape, and swipe to close for free) that closes itself on navigation; the layout sidebar hides there and the Configurator placeholder button leaves the header. On desktop the logo gets the same 0.75rem inline padding as the sidebar items so it lines up with the nav text. The icon set gains a menu glyph.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
usebones-www | 6c8b894 | Sep 06 2026, 05:52 PM |
Inside the drawer's flex column the nav kept its own overflow rule, so it was squeezed to the panel height and scrolled in the middle. It is now a stretched block with no scroll region of its own.
…rule The override sat earlier in the stylesheet than the base .sidebar rule at equal specificity, so it never applied: the nav kept its own scroll region and start alignment. A compound selector wins regardless of order.
…irst The header actions are now theme toggle, then a secondary button with the GitHub mark that reads the current version straight from the react package, then the configurator placeholder. The icon set gains github as a filled brand mark (stroke sets carry none).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Verified