Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

new bookmark menu on 89B1

  • 3 trả lời
  • 1 gặp vấn đề này
  • 8 lượt xem
  • Trả lời mới nhất được viết bởi 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ất cả các câu trả lời (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.