Skip to content

Fix : content area collapses on short viewports, TopBar overflows at 320px, pagination buttons below 44px touch target - #131

Merged
k-deejah merged 5 commits into
Sorokit:mainfrom
Olamidepy:fix/responsive-dashboard
Jun 26, 2026
Merged

Fix : content area collapses on short viewports, TopBar overflows at 320px, pagination buttons below 44px touch target#131
k-deejah merged 5 commits into
Sorokit:mainfrom
Olamidepy:fix/responsive-dashboard

Conversation

@Olamidepy

@Olamidepy Olamidepy commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Closes #25


Resolves three mobile and responsive layout issues affecting the dashboard:

Content Area Collapse: Added min-h-0 to the main content container and min-h-[300px] to the inner layout wrapper to prevent the flex container from collapsing on short viewports (e.g., landscape mobile viewports).
TopBar Mobile Overflow: Reduced padding and adapted the NetworkSwitcher and WalletConnectButton to display as icon-only/compact buttons on screens narrower than 640px (sm breakpoint), preventing horizontal clipping and layout wrapping at 320px.
Pagination Touch Targets: Increased the mobile touch targets of the Prev/Next pagination controls in TransactionHistory to at least 44px using min-h-[44px] for HIG and Material Design compliance while preserving their compact design on desktop viewports.

@drips-wave

drips-wave Bot commented Jun 25, 2026

Copy link
Copy Markdown

@Olamidepy Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Olamidepy

Copy link
Copy Markdown
Contributor Author

@k-deejah kindly merge

@k-deejah
k-deejah merged commit 285c54b into Sorokit:main Jun 26, 2026
4 checks passed
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.

fix(responsive): content area collapses on short viewports, TopBar overflows at 320px, pagination buttons below 44px touch target

2 participants