fix: back button position on about page (mobile)#1433
Conversation
WalkthroughThe change updates the positioning of the "Back" button container on the About page, moving it from the top-left to the top-right corner on small screens, while keeping it left-aligned on medium and larger screens. No other content or logic has been modified. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant AboutPage
User->>AboutPage: Visit About page
AboutPage-->>User: Render page with "Back" button (top-right on small screens, top-left on medium+)
Possibly related issues
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
✨ 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 (
|
Description
The back button position on about page on mobile screens was wrong and was overlapping with menu button.
Type of Change
Please delete options that are not relevant.
Areas Affected
Please check all that apply:
Testing Done
Describe the tests you've done:
Security Considerations
For changes involving data or authentication:
Checklist
Additional Notes
Add any other context about the pull request here.
Screenshots/Recordings
before -

after-

By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.
Summary by CodeRabbit