Skip to content

fix: keep Best Diff column visible on small screens#146

Merged
pavlenex merged 1 commit into
stratum-mining:mainfrom
jayvaliya:fix/best-difficulty-mobile-cutoff
May 7, 2026
Merged

fix: keep Best Diff column visible on small screens#146
pavlenex merged 1 commit into
stratum-mining:mainfrom
jayvaliya:fix/best-difficulty-mobile-cutoff

Conversation

@jayvaliya
Copy link
Copy Markdown
Contributor

Fix #142

Fixes the mobile/tablet layout issue where the “Best Diff” column was hidden below 1024px. The column is now always rendered in both the downstream workers table and the upstream channels table, and whitespace-nowrap prevents the header/value from wrapping, keeping the column readable at narrow widths. This ensures the column remains visible and scrollable on small screens instead of disappearing.

- remove responsive hiding from downstream workers Best Diff column
- keep upstream channels Best Diff column visible across breakpoints
Copy link
Copy Markdown
Contributor

@pavlenex pavlenex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

@pavlenex pavlenex merged commit 750aa76 into stratum-mining:main May 7, 2026
5 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.

Best difficulty colum is cut off on mobile view

2 participants