Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

new bookmark menu on 89B1

  • 3 përgjigje
  • 1 e ka hasur këtë problem
  • 5 parje
  • Përgjigjja më e re nga 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.

Krejt Përgjigjet (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.