Skip to content

Commit

Permalink
remove excess paddings on the context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 16, 2024
1 parent cd48c60 commit c95027c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chrome/menu/contextmenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ menupopup > menu {
min-height: unset !important;
}

/* Remove excess paddings on the context menu */
menupopup > menuitem,
menupopup > menu,
menupopup > menucaption,
menupopup > menuseparator {
padding-inline: 0px !important;
}

/* Based on: <https://github.com/Redundakitties/colorful-minimalist/raw/main/hacks/darkContextMenu.css> */
/* background */
menupopup {
Expand Down

0 comments on commit c95027c

Please sign in to comment.