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

Introduce a CSS variable for the toolbar height (bug 1171799) #18518

Merged
merged 1 commit into from
Aug 1, 2024

Commits on Jul 30, 2024

  1. Introduce a CSS variable for the toolbar height (bug 1171799)

    This refactoring lays the foundation for making the toolbar height
    configurable in Firefox via the `browser.uidensity` preference. For
    this to work correctly the toolbar height must be defined in a single
    place that can easily be updated dynamically, hence this patch which
    moves it to a CSS variable in such a way that the rest of the UI adapts
    correctly if the value is changed.
    
    Co-authored-by: Calixte Denizet <calixte.denizet@gmail.com>
    timvandermeij and calixteman committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e3838c1 View commit details
    Browse the repository at this point in the history