Skip to content

[stable8] fix: use correct boundaries of CSS breakpoints#8543

Merged
ShGKme merged 1 commit into
stable8from
backport/8520/stable8
May 17, 2026
Merged

[stable8] fix: use correct boundaries of CSS breakpoints#8543
ShGKme merged 1 commit into
stable8from
backport/8520/stable8

Conversation

@backportbot

@backportbot backportbot Bot commented May 16, 2026

Copy link
Copy Markdown

Backport of PR #8520

We mixed up breakpoints in the source code, sometimes mobile is
`max-width 1024`, and sometimes `width < 1024`.
Meaning sometimes mobile is `<= 1024` sometimes `< 1024`.

This now is consistent `mobile: width < 1024`.

Follow-up on nextcloud/server#57010

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@backportbot
backportbot Bot requested review from ShGKme, skjnldsv and susnux May 16, 2026 08:31
@backportbot backportbot Bot added bug Something isn't working 3. to review Waiting for reviews labels May 16, 2026
@backportbot backportbot Bot added this to the 8.39.1 milestone May 16, 2026
@codecov

codecov Bot commented May 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.85%. Comparing base (e22ee80) to head (582052d).
⚠️ Report is 19 commits behind head on stable8.

Additional details and impacted files
@@           Coverage Diff            @@
##           stable8    #8543   +/-   ##
========================================
  Coverage    46.85%   46.85%           
========================================
  Files          195      195           
  Lines         4926     4926           
  Branches      1205     1268   +63     
========================================
  Hits          2308     2308           
+ Misses        2531     2529    -2     
- Partials        87       89    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ShGKme
ShGKme merged commit 268f0e0 into stable8 May 17, 2026
19 checks passed
@ShGKme
ShGKme deleted the backport/8520/stable8 branch May 17, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants