fix: center "Go Back" button on 404 page for mobile view#1334
fix: center "Go Back" button on 404 page for mobile view#1334MrgSub merged 4 commits intoMail-0:stagingfrom
Conversation
WalkthroughThe changes update CSS classes in two components to improve layout and alignment. In the NotFound component, button alignment is now centered. In the mobile navigation menu, a container is explicitly set as a flex column, and minor whitespace is removed from image attributes. No logic or exported entities were altered. Changes
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (3)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Fix: Center "Go Back" button on 404 page (mobile view)
Description
This PR fixes the alignment issue of the "Go Back" button on the 404-error page for mobile devices. Previously, the button was misaligned, leading to a poor user experience on smaller screens.
Type of Change
Please delete options that are not relevant.
Areas Affected
Testing Done
Security Considerations
For changes involving data or authentication:
Checklist
Screenshots/Recordings
before :
404.mp4
after:
404-solved.mp4
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.
Summary by CodeRabbit