fix: Fixed menu items being missaligned on windows, b=(closes #8590), c=no-component

This commit is contained in:
Mr. M 2025-05-25 11:22:44 +02:00
parent fbf411c096
commit dda1dab6f3
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -0,0 +1,13 @@
diff --git a/toolkit/themes/shared/menu.css b/toolkit/themes/shared/menu.css
index ecf66f30b2dd18765af467913bb0bc66a8d36a41..6b58db0c1590b0151a3e169b75d4d2ee19db912c 100644
--- a/toolkit/themes/shared/menu.css
+++ b/toolkit/themes/shared/menu.css
@@ -345,7 +345,7 @@ menuitem[highlightable] > .menu-text {
/* On macOS and Windows, empty icons shouldn't take up any space */
menuitem:not(.menuitem-iconic, [image]) > &,
menu:not(.menu-iconic) > & {
- display: none;
+
}
}
}