fix: login modal responsive - show secondary button on mobile (#13)#105
Conversation
…s-bounties#13) Fix the login/logout modal responsive behavior on viewports <760px: - Replace display: none on .nav-actions .secondary-button with compact sizing so the Log in button remains visible on mobile - Remove min-width: 290px constraint on nav-actions to prevent overflow - Compact nav-actions buttons on mobile (13px font, 10px padding, 34px height) - Compact auth-modal padding and spacing for small viewports - Reduce hero-actions button text size for better fit - Hide icon SVGs on primary compact buttons to save horizontal space
|
PR verified: #105 Head SHA tested: Scope reviewed:
Checks run locally:
GitHub Actions:
Manual browser smoke testing:
Blocking issue found:
Verdict:
|
|
Thanks for the PR. For bounty review, please add verification evidence in this PR before final review:
Evidence can be attached in a PR comment; images in comments count. If this PR has the |
TUPM96
left a comment
There was a problem hiding this comment.
Not ready for bounty acceptance yet.
The CSS direction is reasonable, but this is a responsive UI bounty and there is still no attached runtime evidence. Please add screenshots/GIF/video showing the mobile nav login/logout button and auth modal at narrow widths, ideally around 760px, 430px, and 360px.
Checks are green, so this looks close, but I cannot accept or merge it without visual evidence of the actual user flow.
|
MergeOS approved and merged this PR.
|
✅ Verification Report — PR #105PR: #105 — fix: login modal responsive - show secondary button on mobile (#13) Verification Summary
Recommendation✅ Approve — PR is clean, well-scoped, evidence matches implementation. Verification by @kejuunuy | Wallet: 0x96e04aC80b9b18ddbfB7e921800feF673BC1CA26 |
|
I noticed the MRG credit for this PR was sent to 0xf703cb8a82457b4090f4fc61f95cd3521102b339, but that is not my wallet address. My wallet address was included in the PR description. |
Summary
Fix login modal responsive behavior on viewports <760px. The Log in button was hidden on mobile via \display: none\ on .nav-actions .secondary-button, making authentication impossible on phone-sized screens.
Key Changes
Evidence
Before: Log in button hidden on mobile via \display: none
After: Log in and Sign up buttons visible with compact sizing that fits small viewports
Viewport testing:
Bounty
Bounty: #13 (500 MRG)
Wallet (Solana): \HUFz3mnXkSDzfxfRgiKsZ6w5zgfcwShigHrYGxvgrjAF\
PR Scope
This PR is scoped only to the login modal responsive fix for #13. No unrelated files, CI changes, or evidence images included.