Fix menulist label misalignment on macOS

I think they're still slightly off center, but now they look exactly
like they do in Firefox. Dropdown labels in Apple's native macOS apps
are actually offset toward the top by a pixel or two.

Fixes #4086
This commit is contained in:
Abe Jellinek 2024-05-02 11:00:05 -04:00
parent 99d977be3f
commit 82107beaa9
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
menulist {
line-height: normal;
}

View file

@ -10,5 +10,6 @@
@import "mac/tabbox";
@import "mac/titleBar";
@import "mac/menupopup";
@import "mac/components/menulist";
// Elements