Skip to content

Fix button responsive design in PR #4 auth components#6

Draft
Copilot wants to merge 2 commits intocopilot/add-user-login-featurefrom
copilot/fix-button-responsive-design
Draft

Fix button responsive design in PR #4 auth components#6
Copilot wants to merge 2 commits intocopilot/add-user-login-featurefrom
copilot/fix-button-responsive-design

Conversation

Copy link

Copilot AI commented Feb 8, 2026

PR #4's authentication UI has several button/input sizing issues on mobile viewports: oversized Connect Wallet button, non-responsive search bar, and a non-functional hamburger menu.

Login page (login/page.tsx)

  • Connect Wallet button: py-4 sm:py-6 text-base sm:text-lg — was py-6 text-lg at all breakpoints
  • Login card: Progressive padding p-6 sm:p-8 lg:p-12
  • Heading: text-2xl sm:text-3xl lg:text-4xl instead of fixed text-3xl
  • Container/grid: Responsive padding and gap scaling

Dashboard (page.tsx)

  • Search input: h-12 sm:h-16, text-sm sm:text-lg, pr-28 sm:pr-32 — button was clipping on small screens
  • Scan button: min-w-[100px] sm:min-w-[140px], px-3 sm:px-6, text-xs sm:text-base
  • Mobile header: Replaced dead hamburger <Menu> icon with functional wallet connect/disconnect button showing truncated address
  • Removed unused Menu import
Original prompt

Pull request: https://github.com/paseka10jaroslav-coder/SolVoid/pull/4/files


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

- Login page: Reduce Connect Wallet button padding/font on mobile (py-4/text-base vs py-6/text-lg)
- Login page: Add responsive spacing for content container, heading, card, and wallet grid
- Dashboard: Scale search input and Run Forensic Scan button for small screens
- Dashboard: Replace non-functional mobile hamburger with working wallet connect button
- Remove unused Menu import from lucide-react

Co-authored-by: paseka10jaroslav-coder <252813980+paseka10jaroslav-coder@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix button styling for responsive design issues Fix button responsive design in PR #4 auth components Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments