Skip to content

[stable32] fix(css): correct boundaries of breaking points - #57086

Merged
susnux merged 2 commits into
stable32from
backport/57010/stable32
Dec 16, 2025
Merged

[stable32] fix(css): correct boundaries of breaking points#57086
susnux merged 2 commits into
stable32from
backport/57010/stable32

Conversation

@backportbot

@backportbotbackportbotBot commented Dec 15, 2025

Copy link
Copy Markdown

@backportbot
backportbotBot requested a review from a team as a code ownerDecember 15, 2025 10:09
@backportbot
backportbotBot requested review from a team, CarlSchwan, artonge, nfebe, skjnldsv, sorbaugh and susnux and removed request for a team, nfebe, skjnldsv and sorbaughDecember 15, 2025 10:09
@backportbotbackportbotBot added bug design Design, UI, UX, etc. 3. to review Waiting for reviews labels Dec 15, 2025
@backportbotbackportbotBot added this to the Nextcloud 32.0.4 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/stable32 branch from fc35c2d to bbed297CompareDecember 16, 2025 13:16
@susnux

Copy link
Copy Markdown
Contributor

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@susnux
susnux merged commit a9765e6 into stable32Dec 16, 2025
136 of 139 checks passed
@susnux
susnux deleted the backport/57010/stable32 branch December 16, 2025 14:05
@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