Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Fix #1 Reduce vertical space of the Windows 10 context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycolin committed Jun 22, 2021
1 parent 425e2d8 commit a0501d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@
#reload-button {
margin-block-start: -2px !important;
}

/* Windows 10 context menu */
@media (-moz-os-version: windows-10) {
/* Context Menu: Reduce vertical space */
menupopup > menuitem,
menupopup > menu {
padding-block: 2px !important;
}
}

0 comments on commit a0501d8

Please sign in to comment.