Skip to content

Commit

Permalink
make context menu compact
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 8, 2024
1 parent 274f692 commit b4ac75a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chrome/menu/contextmenu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* Compact context menu */
menupopup > menuitem,
menupopup > menu {
padding-block: 2px !important;
min-height: unset !important;
}
1 change: 1 addition & 0 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@import "bar/urlbar.css";
@import "bar/findbar.css";
@import "menu/appmenu.css";
@import "menu/contextmenu.css";
@import "menu/extensions-menu.css";
@import "browser/navigation.css";
@import "misc/round-items.css";
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ My Tailor-Fitted highly customized and advanced [Firefox](https://www.mozilla.or
- Dark UI in pages (e.g. addons.mozilla.org)
- Centered status panel at the top
- Compact about:config list
- Compact items and menus (e.g. context menu)
- Various sidebar (sidebery, tree-style-tab) tweaks including auto-hide
- Consistent and matching colors across various elements and the UI
- Glow and scale effect on hover on toolbar buttons
Expand Down

0 comments on commit b4ac75a

Please sign in to comment.