: 推 roger201413: https://i.imgur.com/7XYn7WJ.png 想问这边框特粗正 07/11 10:01
: → roger201413: 常吗? 上Firefox下Chrome 07/11 10:01
默认就是那个宽度
可以修改 userChrome.css 调整
简单改了一下 先放预览图 https://i.imgur.com/em8zbyr.jpg
CSS 样式表
#urlbar {
margin: 0 !important;
border: 0 !important;
}
:root:not([uidensity="compact"]) #back-button {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
:root:not([uidensity="compact"]) #back-button > .toolbarbutton-icon {
width: 30px !important;
height: 30px !important;
}