请问最新版火狐怎么变回原来的菜单项行间隔?
firefox吧
全部回复
仅看楼主
level 1
Flippy疯 楼主
https://tieba.baidu.com/p/7386627181#139634020458l
上面的帖子里写的方法已经不管用,想退回原来版本,打开是会提示同步项有危险,让我重新做了个帐号,东西根本同步不过来。[泪]折腾快2个小时了。求大神帮忙!
2022年01月06日 07点01分 1
level 13
compa****(我不记得了)show,设置为true。这样自定义里面的密度就有紧凑这个选项。
2022年01月09日 13点01分 2
level 13
config里面搜索show能找到这个。
2022年01月09日 13点01分 3
level 4
https://www.163.com/dy/article/G874RDH60517P0CB.html
用这个方法可行,选紧凑就行,虽然显示不支持
2022年01月09日 13点01分 4
算是解决了问题,火狐写软件了那帮人,脑子被猪踢了
2022年01月30日 14点01分
以后能用就不乱升级了,瞎搞
2022年01月30日 14点01分
level 1
Flippy疯 楼主
谢谢回复,但是设置了之后,【书签】的间隔没有变,只是【其他书签】变了,只能这样了吗?
@野人link
@良民端好621811
2022年01月19日 13点01分 5
去除为平板模式使用触控优化。
2022年01月19日 14点01分
@良民端好621811 没用,点掉了书签还是那种大间隔,只有【其他书签】间隔变小了
2022年01月24日 07点01分
level 15
1、地址栏打开about:config,查找 toolkit.legacyUserProfileCustomizations.stylesheets
如果有这个配置项目就设置为true
2、地址栏打开 about:profiles,找到“正在使用此配置文件”那一项,点击“打开文件夹”,这个文件夹即为“配置文件夹”。
把下面代码复制粘贴进“配置文件夹”中的 chrome 目录中的 userChrome.css 文件中,没有这些文件夹和文件就手动创建。
@namespace html url(http://www.w3.org/1999/xhtml);
panel, panelview,
:is(menupopup, menugroup) > :is(menuitem, menu) {
font-size: 11px;
--panel-font-size: 11px;
}
menupopup > :is(menuitem, menu) {
padding-block: 0.35em !important;
}
#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
height: 26px !important;
padding-block: 6px !important;
}
#context-navigation:not([hidden]){
padding-block-end: 2px !important;
margin-block-start: -1px !important;
}
#identity-popup-mainView{
--popup-width: 32em;
}
.protections-popup-section,
.subview-subheader,
panelview toolbarbutton,
.subviewbutton,
.widget-overflow-list .toolbarbutton-1 {
--arrowpanel-menuitem-padding: 4px 7px;
}
#appMenu-fxa-status2[fxastatus] > #appMenu-fxa-label2{
padding-block: 8px !important;
}
.protections-popup-footer-button,
.protections-popup-category{
height: 26px!important;
min-height: 26px!important;
}
#editBookmarkPanelRows > vbox > html|input,
#editBookmarkPanelRows > vbox > hbox > html|input{
padding: 6px !important;
}
#editBookmarkPanel .expander-up,
#editBookmarkPanel .expander-down{
min-height: 28px !important;
min-width: 28px !important;
}
#editBookmarkPanel menulist{
padding: 6px !important;
}
#editBMPanel_tagsSelectorRow{
margin-block-end: 1em !important;
}
2022年01月24日 07点01分 7
新年好!果然好用了,谢谢大神!
2022年02月01日 10点02分
果然是大神,一直困扰这个问题,终于解决了。[大拇指]
2023年02月08日 12点02分
1