userChrome.css (464B)
1 /* chrome://browser/content/browser.xhtml */ 2 #navigator-toolbox { 3 display: flex; 4 flex-direction: row; 5 } 6 7 #navigator-toolbox * { 8 font-size: 12px !important; 9 max-height: 24px !important; 10 padding: 0 !important; 11 margin: 0 !important; 12 } 13 14 #toolbar-menubar { 15 flex: 0; 16 } 17 18 #firefox-view-button, 19 #alltabs-button, 20 #save-to-pocket-button, 21 #fxa-toolbar-menu-button { 22 display: none; 23 } 24 25 #TabsToolbar { 26 flex: 1; 27 } 28 29 #nav-bar { 30 flex: 2; 31 } 32 33 #PersonalToolbar { 34 flex: 0; 35 }