Skip to content

[stable31] fix(css): correct boundaries of breaking points - #57087

Merged
susnux merged 2 commits into
stable31from
backport/57010/stable31
Dec 16, 2025
Merged

[stable31] fix(css): correct boundaries of breaking points#57087
susnux merged 2 commits into
stable31from
backport/57010/stable31

Conversation

@backportbot

@backportbotbackportbotBot commented Dec 15, 2025

Copy link
Copy Markdown

@backportbotbackportbotBot added bug design Design, UI, UX, etc. 3. to review Waiting for reviews labels Dec 15, 2025
@backportbotbackportbotBot added this to the Nextcloud 31.0.13 milestone Dec 15, 2025
We mixed the logic of breaking points (when to break),
this makes it consistent:
Mobile breaking point is 1024px, so it is applied to width < 1024 and starting with 1024 its "normal".
So we consistently have:
width < 512px: small mobile
512 <= width < 1024px: mobile
width >= 1024px: normal
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux
susnuxforce-pushed the backport/57010/stable31 branch from 65828f0 to 1789e32CompareDecember 16, 2025 13:17
@susnux

Copy link
Copy Markdown
Contributor

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@susnux
susnux merged commit aaa42a4 into stable31Dec 16, 2025
145 of 152 checks passed
@susnux
susnux deleted the backport/57010/stable31 branch December 16, 2025 14:31
@nextcloud-botnextcloud-bot mentioned this pull request Jan 7, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbugdesignDesign, UI, UX, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@susnux@artonge@nextcloud-command