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

How can I reduce spacing between bookmarks?

  • 3 trả lời
  • 1 gặp vấn đề này
  • 10 lượt xem
  • Trả lời mới nhất được viết bởi gtoken

more options

Bookmark spacing is too much between bookmarks on sidebar and toolbar. I have tried the old method of editing userChrome.css but it has no effect now. This is very irritating Mr. Firefox. I'm using ver 72.0.1

Bookmark spacing is too much between bookmarks on sidebar and toolbar. I have tried the old method of editing userChrome.css but it has no effect now. This is very irritating Mr. Firefox. I'm using ver 72.0.1

Tất cả các câu trả lời (3)

more options

What code in userChrome.css did you try ?

You my have to modify this code to make it work in current Firefox releases.

more options

I searched the forums and tried several codes. This is the last one I tried...

/* Minimize height of sidebar items */ .sidebar-placesTreechildren::-moz-tree-row { min-height: 18px !important; }


I created a userChrome.css in "\AppData\Roaming\Mozilla\Firefox\Profiles\chrome" and added the path the "userprof" in config.

I have done this before in previous versions and got it to work. Not the exact code above but similar. Does this mod still work in the ver 72 ?

This is the one I had previously that worked....

/* Minimize height of sidebar items */ .sidebar-placesTreechildren::-moz-tree-row { min-height: 18px !important; }


/* Tighten up bookmark tree in Fx25 */ .sidebar-placesTree treechildren::-moz-tree-row, .placesTree treechildren::-moz-tree-row { height: 1.0em !important; border-width: 0px !important; }

more options

I got it. The added "chrome" folder does not go directly under the "Profiles" folder, but under one of the folders with the goofy name in the Profiles folder.