-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix files mobile view #3353
Fix files mobile view #3353
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
@skjnldsv, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jancborchardt, @MorrisJobke and @luckydonald to be potential reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works really nice 👍
Codecov Report@@ Coverage Diff @@
## master #3353 +/- ##
============================================
+ Coverage 53.98% 53.99% +<.01%
============================================
Files 1303 1303
Lines 80377 80377
Branches 1253 1253
============================================
+ Hits 43394 43397 +3
+ Misses 36983 36980 -3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Awesome work! (was on vacation last week hence the late reply :D) |
Fix #3185
Added two width settings for the mobile view activation
Mobile view:
screen<688
AND769<screen<938
Reasons: since the table has a min-width, there was a small transition where the table will be cut on the left (between the 688 min width and the 768px width when the app-navigation sidebar is hidden)
@nextcloud/designers