Conversation
WalkthroughThe changes adjust the positioning and layout of navigation and "Back" buttons in the privacy and terms pages, and update the desktop navigation header styling. Button containers are moved from the top-left to the top-right on small screens, while the navigation header is centered with a maximum width on desktop. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PrivacyPage
participant TermsPage
participant NavigationHeader
User->>PrivacyPage: Loads Privacy Policy
PrivacyPage->>User: Displays Back button (top-right on small screens)
User->>TermsPage: Loads Terms of Service
TermsPage->>User: Displays Back button (top-right on small screens)
User->>NavigationHeader: Navigates on desktop
NavigationHeader->>User: Shows centered header with max width
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
✨ 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 (
|
There was a problem hiding this comment.
Actionable comments posted: 1
♻️ Duplicate comments (1)
apps/mail/app/(full-width)/privacy.tsx (1)
27-27: Duplicate: Clear right offset at medium breakpoint
This change needs the same fix as interms.tsx: addmd:right-autoto override the globalright-4atmd+.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
apps/mail/app/(full-width)/privacy.tsx(1 hunks)apps/mail/app/(full-width)/terms.tsx(1 hunks)apps/mail/components/navigation.tsx(1 hunks)
🔇 Additional comments (1)
apps/mail/components/navigation.tsx (1)
85-85: Desktop navigation header centering looks correct
Centering the fixed header usingleft-[50%]+translate-x-[-50%]alongsidemax-w-3xlandw-fullensures a responsive, centered layout on desktop without layout shifts.
Description
Quick UI/UX fix for the landing page:
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:
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.
Summary by CodeRabbit