Browse Source

Shrink new tab context menu

main
Ashton Charbonneau 1 year ago
parent
commit
61b47c9aa9
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      chrome/userChrome.css

+ 3
- 0
chrome/userChrome.css View File

@@ -50,6 +50,9 @@
50 50
 /* Hide extra manage bookmarks button */
51 51
 #BMB_bookmarksPopup #BMB_bookmarksShowAll { display: none; }
52 52
 
53
+/* Hide first separator in new tab context menu */
54
+#new-tab-button-popup > menuseparator:nth-of-type(1) { display: none; }
55
+
53 56
 /* Shrink bookmark separators */
54 57
 #PlacesToolbarItems > toolbarseparator::before {
55 58
 	filter: opacity(0.3);

Loading…
Cancel
Save