Skip to content
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

Don't regard 1024px width viewport as mobile #36751

Merged
merged 1 commit into from
Feb 17, 2023

Commits on Feb 16, 2023

  1. Don't regard 1024px width viewport as mobile

    Currently we treat 1024px as mobile in some places (e.g. `isMobile` in
    nextcloud-vue) and as not mobile yet in others (e.g. in mobile.css).
    
    This commit changes `mobile.scss` to treat viewports smaller than 1024px
    as mobile.
    
    This PR accompanies nextcloud-libraries/nextcloud-vue#3768
    
    Both are required to fix
    nextcloud-libraries/nextcloud-vue#3758.
    
    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c1a8207 View commit details
    Browse the repository at this point in the history