阅读:2298回复:2
(已解决)linux 版如何去掉右键的前进后退图标和标题栏左侧空白?
如图,windows 版是可以去掉的,复制 css 到 linux 没有效果。
/*调整标题栏左侧空白宽度*/ :root[tabsintitlebar][sizemode=normal] #toolbar-menubar[autohide=true] ~ #TabsToolbar .titlebar-spacer[type="pre-tabs"] { width: 0px!important; } /*隐藏右键常用功能图标*/ #context-navigation, #context-sep-navigation {display: none !important;} 图片:Screenshot_20191030_2259101.png ![]() |
|
1楼#
发布于:2019-11-02 15:20
有效果啊。
linux下面文件名是大小写敏感的,你看一下大小写对没有 chrome/userChrome.css 还有69之后默认禁止userChrome.css,要到about:config里把toolkit.legacyUserProfileCustomizations.stylesheets设成true才行,是不是忘做了? |
|
2楼#
发布于:2019-11-02 22:34
|
|