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: adjust mobile specificity #71

Merged
merged 2 commits into from
Dec 11, 2023
Merged

FIX: adjust mobile specificity #71

merged 2 commits into from
Dec 11, 2023

Conversation

awesomerobot
Copy link
Member

@awesomerobot awesomerobot commented Dec 11, 2023

This adjusts some specificity for mobile to fix a couple follow-up issues to a089aa0

  1. The timeline button was appearing in some mobile cases where it shouldn't

  2. The mobile timeline links weren't always working because they were getting caught by

    if (
      !classNames.some((className) =>
        document.body.classList.contains(className)
      )
    ) {
      return;
    }

@SamSaffron SamSaffron merged commit fc53d7e into main Dec 11, 2023
4 checks passed
@SamSaffron SamSaffron deleted the mobile-fix branch December 11, 2023 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants