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

fix: Actions in overlays on mobile hard to press #759

Merged
merged 4 commits into from Oct 22, 2023

Commits on Oct 15, 2023

  1. fix: Actions in overlays on mobile hard to press

    Buttons on mobile devices could've been cut off, depending on the browsers
    chrome size which rendered them either completely off-screen or at least hard
    to reach. Using `dvh` (dynamic viewport height) should fix this issue for
    most newer browsers.
    cbe committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    51dd2fd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    1f6f7ea View commit details
    Browse the repository at this point in the history
  2. fix: provide fallback values for newer dynamic viewport units

    Since `dvh` and `dvw` are rather new and required an up-to-date browser
    providing percentage values is a bit safer
    cbe committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d9c4326 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    45fb8ee View commit details
    Browse the repository at this point in the history