Skip to content

fix(downloads): adjusted styling to better fit on mobile devices#274

Merged
MiniDigger merged 2 commits into
mainfrom
fix/footer
May 15, 2026
Merged

fix(downloads): adjusted styling to better fit on mobile devices#274
MiniDigger merged 2 commits into
mainfrom
fix/footer

Conversation

@darbyjack
Copy link
Copy Markdown
Member

@darbyjack darbyjack commented May 15, 2026

Fixes: #268

This pull request focuses on improving the layout and text wrapping behavior in the SoftwareBuilds.svelte and SoftwareBuildChanges.svelte components to enhance readability, especially for long commit messages and build lists. The main changes involve adding or adjusting utility classes to ensure content does not overflow and wraps correctly across different screen sizes.

Layout and Wrapping Improvements:

  • Added min-w-0, overflow-hidden, and [overflow-wrap:anywhere] utility classes to various containers and text elements in both SoftwareBuilds.svelte and SoftwareBuildChanges.svelte to prevent content overflow and ensure proper word breaking for long commit messages and links. [1] [2] [3] [4]
  • Adjusted flexbox and spacing classes to improve alignment and responsiveness, including tweaks to button sizing, icon shrinking, and padding for better display on small screens. [1] [2]

These changes should make build and commit information more readable and visually consistent, even with long texts or on smaller screens.

Before:
image

After:
image

@darbyjack darbyjack requested a review from MiniDigger May 15, 2026 14:22
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
papermc-website 8b355a9 Commit Preview URL

Branch Preview URL
May 15 2026, 02:23 PM

@MiniDigger MiniDigger merged commit 0a63722 into main May 15, 2026
3 checks passed
@MiniDigger MiniDigger deleted the fix/footer branch May 15, 2026 15:09
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.

Footer broken in downloads page for mobile

2 participants