Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

new bookmark menu on 89B1

  • 3 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 3 gösterim
  • Son yanıtı yazan: 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.

Tüm Yanıtlar (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.