Preferences: Make macOS help button smaller (#3807)

This commit is contained in:
Abe Jellinek 2024-07-26 15:14:51 -04:00 committed by Dan Stillman
parent 3d0014f258
commit 10c3459a70

View file

@ -21,5 +21,6 @@ groupbox > label > h2, groupbox > * > label > h2, caption {
.help-button {
appearance: auto;
-moz-default-appearance: -moz-mac-help-button;
-moz-default-appearance: -moz-mac-help-button;
min-width: 0;
}