ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

new bookmark menu on 89B1

  • 3 ردود
  • 1 has this problem
  • 5 views
  • آخر ردّ كتبه 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.

All Replies (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.