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

avoid hard-coding height in language dropdown menu #25986

Merged
merged 2 commits into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. avoid hard-coding height in language dropdown menu

    This commit removes the hard-coded height of 500px, using that as a
    max-height instead. The height of items in the dropdown menu, assuming
    a default font size of 16px, is 36px, so the old CSS would cause
    overly large dropdown menus in instances where less than 14
    languages are offered.
    
    Refs: https://codeberg.org/forgejo/forgejo/pulls/1000
    rome-user authored and earl-warren committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e28f981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81668de View commit details
    Browse the repository at this point in the history