Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Mozilla Firefox Disables "Multirow Bookmark Toolbar" Customization (Userchrome.css) in Firefox 67 Beta 4

  • 2 个回答
  • 1 人有此问题
  • 23 次查看
  • 最后回复者为 tempest21

more options

Mozilla? Major FAIL! The one thing that worked for me was the ability to customize a userchrome.css so that I could get the multirow toolbar to work through a customized "userchrome.css" file. CONGRATS (spoken with sarcasm) on releasing a new version of Firefox that completely ignores the userchrome.css file.

My current userchrome.css files looks like this:

/* Multi-Row Bookmarks Toolbar */

  1. PersonalToolbar {

/* Provide room for up to 4 rows at 26px */ max-height: 115px !important; }

  1. PlacesToolbarItems > box {

display: inline-block !important; }

  1. PersonalToolbar #PlacesToolbarItems {

/* Override hiding */ overflow-x: visible !important; overflow-y: visible !important; /* Add a little cushion */ padding-bottom: 1px; }

  1. PersonalToolbar #PlacesToolbarItems .bookmark-item {

/* Reduce padding on individual bookmarks to fit rows closer together */ padding-top: 1px !important; padding-bottom: 1px !important; } .tabbrowser-tab::before, .tabbrowser-tab::after{

 display: none !important;

} toolbarbutton.bookmark-item {

font-size:13px !important;

}

It no longer works as Firefox 67 completely ignores the file. If anyone has a suggestion, I'm all ears. Otherwise, I'll be dumping Firefox (after being a user for some 15+ years and switching to another web browser. Mozilla keeps removing vital functions of Firefox to make it less user friendly then it was before.

Mozilla? Major FAIL! The one thing that worked for me was the ability to customize a userchrome.css so that I could get the multirow toolbar to work through a customized "userchrome.css" file. CONGRATS (spoken with sarcasm) on releasing a new version of Firefox that completely ignores the userchrome.css file. My current userchrome.css files looks like this: /* Multi-Row Bookmarks Toolbar */ #PersonalToolbar { /* Provide room for up to 4 rows at 26px */ max-height: 115px !important; } #PlacesToolbarItems > box { display: inline-block !important; } #PersonalToolbar #PlacesToolbarItems { /* Override hiding */ overflow-x: visible !important; overflow-y: visible !important; /* Add a little cushion */ padding-bottom: 1px; } #PersonalToolbar #PlacesToolbarItems .bookmark-item { /* Reduce padding on individual bookmarks to fit rows closer together */ padding-top: 1px !important; padding-bottom: 1px !important; } .tabbrowser-tab::before, .tabbrowser-tab::after{ display: none !important; } toolbarbutton.bookmark-item { font-size:13px !important; } It no longer works as Firefox 67 completely ignores the file. If anyone has a suggestion, I'm all ears. Otherwise, I'll be dumping Firefox (after being a user for some 15+ years and switching to another web browser. Mozilla keeps removing vital functions of Firefox to make it less user friendly then it was before.

所有回复 (2)

more options

This didn't affect you when you were using Firefox 66? There was a structural change to the bar and it's easy to find new style recipes now. For example:

https://www.reddit.com/r/FirefoxCSS/comments/b346fz/firefox_66_destroyed_my_more_toolbars_fix/

https://www.userchrome.org/what-is-userchrome-css.html#multirowbookmarks

more options

It really didn't when I upgraded to Firefox 66. Don't know why. But thanks for posting that link. It worked perfectly. There are certain links that I have in my toolbar and it's become an important feature of Firefox for me. Thanks for the reference link.