fix(web): align consolidated header logo, version, and nav on mobile - #2054
Conversation
Mobile header polish for the consolidated <unraid-header>: - Keep the logo and account controls (name/bell/menu/avatar) centered on the same row so they line up, instead of stretching the logo block and pinning the logo to the top. - Let the version tag flow directly under the logo (shared left edge) with a small relative offset so its baseline lines up with the bottom of the account controls, at both mobile and desktop breakpoints. Refs OS-620.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated the standalone header’s responsive CSS so the version remains in normal flow beneath the logo and is visually lowered to align with account controls. ChangesHeader layout
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2054 +/- ##
==========================================
- Coverage 53.07% 53.07% -0.01%
==========================================
Files 1041 1041
Lines 72425 72425
Branches 8354 8349 -5
==========================================
- Hits 38440 38439 -1
- Misses 33858 33859 +1
Partials 127 127 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
🔄 PR Merged - Plugin Redirected to StagingThis PR has been merged and the preview plugin has been updated to redirect to the staging version. For users testing this PR:
Staging URL: Thank you for testing! 🚀 |
What
Follow-up mobile/desktop polish for the consolidated `` (shipped in #2037).
Why
The prior mobile layout floated the version out of flow and stretched the logo block, causing the logo/hamburger to misalign and the version to sit misaligned against the logo and cramped against the bottom nav divider.
Testing
Deployed to devgen.local (Unraid 7.3.2) and verified logo/nav alignment and version placement on mobile and desktop viewports.
Refs OS-620
Summary by CodeRabbit