fix mobile pages - changelog, downloads - #58
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request focuses on improving layout consistency and responsive design across several pages, especially for mobile and desktop platforms. The main themes are: (1) fixing the skip link placement in the Linux desktop app, (2) harmonizing column widths, and (3) ensuring full-bleed hero/cover sections and correct text alignment on small screens for
/download,/changelog, and/brand.Accessibility and Desktop App Fixes:
.skip-linkis now always visually hidden at the top of the viewport and, when focused, moves below the Tauri title bar using a transform instead of atopoffset. This prevents the skip link from overlapping desktop window controls on Linux. [1] [2]Layout Consistency:
.tail-innercontainer on the/changelogpage now uses amax-widthof 60rem (matching the rails), instead of the homepage's wider 70.5rem, ensuring better column alignment.Responsive Design Improvements (Grouped by Page):
/download,/changelog, and/brandpages now apply a full-bleed hero/cover treatment on screens narrower than 40rem. This includes:On
/brand, for screens narrower than 48rem, the background behind the shader is adjusted to ensure the wave effect doesn't overpower the content, matching the treatments on/downloadand/changelog.These changes ensure a more polished, consistent, and accessible user experience across devices and platforms.