Skip to content

responsive design (mobile) improvements#50

Merged
HelpfulSoft1207 merged 1 commit into
warframe-tools:mainfrom
AnSq:pr
Jun 9, 2026
Merged

responsive design (mobile) improvements#50
HelpfulSoft1207 merged 1 commit into
warframe-tools:mainfrom
AnSq:pr

Conversation

@AnSq

@AnSq AnSq commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

responsive design (mobile) improvements

  • fixes Text cutoff on mobile view #49:
    • allow info line items to word-wrap (except between icon and first word of text).
    • specify a min-width for task lists, so they can shrink further instead of overflowing the padding.
  • shrink padding on narrow screens to squeeze in a little more content
  • remove checklist-content margin when it's smaller than the max-width so that the background doesn't peek over the top (since it's already not visible on the sides)
  • site-controls always stay on the right side, even when they line wrap

Plus:

  • tooltip for unavailable task's countdown no longer has not-allowed cursor
  • removed a bunch of superfluous ".checklist-content" from CSS rules. (The extra specificity was needed to override Tailwind's default styles, but sanitize.css uses zero-specificity :where() rules)
  • bump version to 5.0.1

* fix right side text cutoff
* shrink padding on narrow screens to squeeze in a little more content
* remove checklist-content margin when it's smaller than the max-width so that the background doesn't peek over the top (since it's already not visible on the sides)

Plus:
* site-controls always stay on the right side, even when they line wrap
* tooltip for unavailable task's countdown no longer has not-allowed cursor
* removed a bunch of superfluous ".checklist-content" from CSS rules
* bump version to 5.0.1
@HelpfulSoft1207 HelpfulSoft1207 merged commit bf56d48 into warframe-tools:main Jun 9, 2026
1 check passed
@AnSq AnSq deleted the pr branch June 10, 2026 00:59
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.

Text cutoff on mobile view

2 participants