Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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".

Tìm hiểu thêm

Manage Bookmarks font too large

  • 5 trả lời
  • 0 gặp vấn đề này
  • 257 lượt xem
  • Trả lời mới nhất được viết bởi rproulx1

The font size in "Manage Bookmarks" is way too large, both in the sections list menu on the left and the list of bookmarks. I checked my userChrome.css file as well as the layout.css.devPixelsPerPx entry in about:config and there's nothing there to explain why only the "Manage Bookmarks" text is so large.

It's possible I changed a setting somewhere that's causing this. But I'm stumped re: what setting might be controlling the font size in only that UI. All other Firefox text sizes are good.

Thanks to anyone who knows where I should be looking

Firefox 134.0.1 (64-bit) Windows 10

The font size in "Manage Bookmarks" is way too large, both in the sections list menu on the left and the list of bookmarks. I checked my userChrome.css file as well as the layout.css.devPixelsPerPx entry in about:config and there's nothing there to explain why only the "Manage Bookmarks" text is so large. It's possible I changed a setting somewhere that's causing this. But I'm stumped re: what setting might be controlling the font size in only that UI. All other Firefox text sizes are good. Thanks to anyone who knows where I should be looking Firefox 134.0.1 (64-bit) Windows 10

Giải pháp được chọn

Hi, this problem is in the separate popup window that says Library in the upper left corner?

You can test in Firefox's Troubleshoot Mode to see what fonts look like with userChrome.css deactivated temporarily: Use Troubleshoot Mode in Firefox -- use Open, not Refresh.

If your userChrome.css file uses @-moz-document around rule blocks, it's possible your rules treat the Library window differently than regular browser windows. ??

Đọc câu trả lời này trong ngữ cảnh 👍 0

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

Giải pháp được chọn

Hi, this problem is in the separate popup window that says Library in the upper left corner?

You can test in Firefox's Troubleshoot Mode to see what fonts look like with userChrome.css deactivated temporarily: Use Troubleshoot Mode in Firefox -- use Open, not Refresh.

If your userChrome.css file uses @-moz-document around rule blocks, it's possible your rules treat the Library window differently than regular browser windows. ??

Thanks jscher2000.

I renamed my userChrome.css file to userChrome.old and it solved the problem ... but it also reverted my bookmark folders to gray which is what the code in the userChrome.css file was supposed to fix and restore the old yellow colour. I copied it from old Win10 computer that I'm retiring and see that the same 'big font problem in Manage Bookmarks is on that computer too.

My laptop also has a userChrome.css file that sets the bookmark folders colour to yellow and the Manage Bookmarks font is fine. I'll look to see how that code differs from what I was using on this computer and use that code instead.

Like so many things, when you don't do something often (like create a userChrome.css file that sets bookmark folders to yellow) you forget how. Use it or lose it ... <g>

Thank you for your help and pointing me in the right direction :-)

R

If you decide to restore the file (keep a backup), you could look for and delete font-size rules so font sizes are not affected.

You can use the Browser Toolbox to check out what rules are applied.

The left panel in the Library uses treechildren,

My laptop is using the code posted in 2018 by cor-el here https://support.mozilla.org/en-US/questions/1232447#answer-1151074 . It works and the Manage Bookmarks font sizes are good.

But I found a more recent code suggested by cor-el in https://support.mozilla.org/mk/questions/1409938#answer-1574442 that also works.

Is one solution preferred over the other in Firefox v134.0.2?

Được chỉnh sửa bởi rproulx1 vào