Skip to content

[MOOSE-348] Pagination breaking on mobile - QA fixes - #374

Open
spadilha wants to merge 2 commits into
mainfrom
fix/MOOSE-348/pagination-breaking-on-mobile-qa
Open

[MOOSE-348] Pagination breaking on mobile - QA fixes#374
spadilha wants to merge 2 commits into
mainfrom
fix/MOOSE-348/pagination-breaking-on-mobile-qa

Conversation

@spadilha

Copy link
Copy Markdown
Contributor

What does this do/fix?

Addresses this QA feedback.

This pull request updates the responsive styles for the pagination block in the theme to improve layout on smaller screens. The main change is that the breakpoint for reduced spacing has been adjusted from 420px to 380px, and the gap is now set to a consistent value instead of zero.

Responsive design adjustments:

  • Changed the media query breakpoint from max-width: 420px to max-width: 380px for pagination styles, making spacing adjustments apply only to even smaller screens. [1] [2]
  • Updated the gap property from 0 to var(--spacer-10) for better spacing consistency on narrow screens. [1] [2]
  • Removed the justify-content: space-between and width: 100% overrides for narrow screens, simplifying the responsive rules. [1] [2]

QA

Links to relevant issues

@spadilha spadilha self-assigned this Jul 30, 2026
@spadilha
spadilha requested a review from GeoffDusome July 30, 2026 02:29
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