阅读:5446回复:3
能CSS脚本或别的方法把搜索列移到上面吗?
能CSS脚本或别的方法把搜索列移到上面吗?
如图: 图片:剪贴板01.jpg |
|
1楼#
发布于:2019-06-09 19:38
理论上是可以的,方法就不知道了,去国外问吧
|
|
|
2楼#
发布于:2020-04-09 22:59
@-moz-document url("chrome://browser/content/browser.xhtml") { #urlbar[open] .urlbarView { display: flex !important; flex-direction: column-reverse; } }粘贴到 userChrome.css |
|
3楼#
发布于:2022-02-05 13:53
|
|
|