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

Fixed SearchBar width constantly changing in Safari #160

Merged
merged 4 commits into from
May 27, 2024

Commits on May 27, 2024

  1. Fixed SearchBar width constantly changing in Safari

    Too much JS computation, let CSS work its black magic
    Tweaked max-width duration value to achieve the same animation effect
    Albermonte authored and sisou committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3c128ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    911a0ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ace9ee View commit details
    Browse the repository at this point in the history
  4. SearchBar: transitions finetuning

    - now transitioning from and to the real min-width instead of 0, which was adding a delay in the visual transition.
    - finetuned transition timings
    mraveux authored and sisou committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9a08d1f View commit details
    Browse the repository at this point in the history