搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

new bookmark menu on 89B1

  • 3 个回答
  • 1 人有此问题
  • 5 次查看
  • 最后回复者为 spidey011

more options

hello why with the new 89b1 1 have a lot less bookmark on my screen. On a 1080p screen i've calclulated that the new bookmark menu give me 14 less bookmarks on the screen for the rest 1 have to scroll down a lot and beofre 1 had organized the bookmarks folders to not have to scroll down.

Can we make the menu more compact to have the same density than the older versions.

Thx in advance.

a very surprised customer.

hello why with the new 89b1 1 have a lot less bookmark on my screen. On a 1080p screen i've calclulated that the new bookmark menu give me 14 less bookmarks on the screen for the rest 1 have to scroll down a lot and beofre 1 had organized the bookmarks folders to not have to scroll down. Can we make the menu more compact to have the same density than the older versions. Thx in advance. a very surprised customer.

所有回复 (3)

more options

I think you are describing the new "Proton" UI experience, which is more spacious and sparse in many ways. I think there is a place to give feedback specific to Proton as they work it though to final release, but unfortunately I don't have that information handy (I might have seen it in a Reddit thread). Hopefully we'll be able to provide that soon.

more options

You can try CSS code in userChrome.css. I've been experimenting with code like this for the menus and for the side bar and Library.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* [PROTON - MENU] */
@media (-moz-proton) {
  menupopup menuitem,
  menupopup menu {
    margin-top:-2px !important;
  }
}

/* [PROTON - SIDEBAR] */
@media (-moz-proton) {
  .sidebar-placesTree treechildren::-moz-tree-row { min-height:20px !important; }
  .placesTree         treechildren::-moz-tree-row { min-height:20px !important; }
}

@media not (-moz-proton) {
  .sidebar-placesTree treechildren::-moz-tree-row { min-height:20px !important; }
  .placesTree         treechildren::-moz-tree-row { min-height:20px !important; }
}
more options

Thx it's a little better but still not the same as before.

Hope it will be fixed in 89b3.