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

Consider making Fullscreen Mode effects visible only on larger screens #13425

Merged
merged 3 commits into from
Jan 23, 2019

Commits on Jan 22, 2019

  1. Hide the fullscreen "exit" icon on small screens

    When fullscreen mode is active, we place an exit/back button in the upper left corner of the screen to give users a way to exit the editor.
    
    This button persists on small screens, even though Fullscreen Mode cannot be toggled at that screen size.
    
    This commit hides the exit/back icon at small screen sizes.
    kjellr committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    469c9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e95d88 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Update style.scss

    gziolo authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    0e38e62 View commit details
    Browse the repository at this point in the history