Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Dec 11, 2025

Summary

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

Checklist

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>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added this to the Nextcloud 33 milestone Dec 11, 2025
@susnux susnux added bug design Design, UI, UX, etc. 3. to review Waiting for reviews labels Dec 11, 2025
@susnux susnux marked this pull request as ready for review December 11, 2025 13:33
@susnux susnux requested a review from a team as a code owner December 11, 2025 13:33
@susnux susnux requested review from nfebe, sorbaugh and szaimen and removed request for a team December 11, 2025 13:33
@susnux
Copy link
Contributor Author

susnux commented Dec 11, 2025

/backport to stable32

@susnux
Copy link
Contributor Author

susnux commented Dec 11, 2025

/backport to stable31

@susnux susnux requested review from artonge and skjnldsv December 12, 2025 14:49
@susnux susnux merged commit 0fe7875 into master Dec 12, 2025
135 of 141 checks passed
@susnux susnux deleted the fix/breaking-points branch December 12, 2025 20:38
@solracsf
Copy link
Member

/backport a95d781 to stable32

1 similar comment
@susnux
Copy link
Contributor Author

susnux commented Dec 15, 2025

/backport a95d781 to stable32

@susnux
Copy link
Contributor Author

susnux commented Dec 15, 2025

/backport a95d781 to stable31

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 design Design, UI, UX, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: File names are covered by side bar if browser window is 1024 pixels wide

5 participants