diff --git a/apptweaks/firefox/userChrome.css b/apptweaks/firefox/userChrome.css index d93aed5..504dc02 100644 --- a/apptweaks/firefox/userChrome.css +++ b/apptweaks/firefox/userChrome.css @@ -13,3 +13,9 @@ .tabbrowser-tab .tab-close-button { visibility: collapse !important; } +.titlebar-close { + display: none !important; +} +.titlebar-buttonbox-container { + padding-right: 50px !important; +}