macos style fixes

This commit is contained in:
crschnick 2025-04-09 11:17:45 +00:00
parent 93e4750fdb
commit c10c10dee5

View file

@ -44,14 +44,14 @@
}
.root:macos .store-header-bar .menu-button {
-fx-padding: -2 0 -2 0;
-fx-padding: -3 0 -3 0;
}
.store-header-bar .menu-button {
-fx-padding: -5 -2 -5 -2;
}
.root.primer:macos .store-header-bar .menu-button {
.root.primer:macos .store-header-bar .menu-button, .root.nord:macos .store-header-bar .menu-button, .root.dracula:macos .store-header-bar .menu-button, .root.mocha:macos .store-header-bar .menu-button {
-fx-padding: -5 -2 -5 -2;
}