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

Correctly hide download buttons #1131

Merged
merged 1 commit into from Apr 15, 2023
Merged

Commits on Apr 15, 2023

  1. Correctly hide download buttons

    `visibility:hidden; height: 0px` still keeps margins, creating a large 
    amount of whitespace. `display: none` is the correct way to remove an
    HTML element completely.
    timhoffm committed Apr 15, 2023
    Copy the full SHA
    7ff270c View commit details
    Browse the repository at this point in the history