首页 >> Firefox 主题外观
能CSS脚本或别的方法把搜索列移到上面吗? 阅读:7123回复:3
能CSS脚本或别的方法把搜索列移到上面吗?
如图: 图片:剪贴板01.jpg |
理论上是可以的,方法就不知道了,去国外问吧
|
|
|
@-moz-document url("chrome://browser/content/browser.xhtml") {
#urlbar[open] .urlbarView {
display: flex !important;
flex-direction: column-reverse;
}
}粘贴到 userChrome.css |
|
