如何去掉 Firefox 标题栏左上角的空白
地址栏输入 about:config
,将toolkit.legacyUserProfileCustomizations.stylesheets
改为true
打开about:support
,打开配置文件夹,新建chrome
文件夹,在chrome
文件夹新建userChrome.css
.titlebar-spacer[type="pre-tabs"] {
display:none !important;
}
重启后生效
地址栏输入 about:config
,将toolkit.legacyUserProfileCustomizations.stylesheets
改为true
打开about:support
,打开配置文件夹,新建chrome
文件夹,在chrome
文件夹新建userChrome.css
.titlebar-spacer[type="pre-tabs"] {
display:none !important;
}
重启后生效