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

搜索 | 用户支持

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

详细了解

How do I disable Bookmarks Toolbar Items from disappearing when not maximized

more options

After a few days of the popup to update to FF31, finally did so. Seemed to work fine until I'd opted to tab out of a game to read some pages. Since the window is rarely maximized while playing, imagine my surprise when the Bookmarks Toolbar Items line was missing. Quickly discovered that once a single pixel of the BTI no longer fits, the entire bar disappears under that double-arrow menu.

Before, only single bookmarks would disappear under that. I want to restore that function.

The "Bookmarks Toolbar" is not ticked because it's an extra row that I don't want taking up screen space. I have the BTI set to immediately follow the navigation buttons

After a few days of the popup to update to FF31, finally did so. Seemed to work fine until I'd opted to tab out of a game to read some pages. Since the window is rarely maximized while playing, imagine my surprise when the Bookmarks Toolbar Items line was missing. Quickly discovered that once a single pixel of the BTI no longer fits, the entire bar disappears under that double-arrow menu. Before, only single bookmarks would disappear under that. I want to restore that function. The "Bookmarks Toolbar" is not ticked because it's an extra row that I don't want taking up screen space. I have the BTI set to immediately follow the navigation buttons

被采纳的解决方案

The Bookmarks Toolbar items do not appear to be working well when placed on the Navigation Toolbar. We have seen more reports about this issue. Maybe it helps to set a minimum width of this item with code in the userChrome.css file.

It might also work if you use the Classic Theme Restorer extension and move items from the Navigation Toolbar to another toolbar.


Add code to the userChrome.css file below the default @namespace line.


@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container {max-width:400px!important}
#search-container {max-width:200px!important}
#personal-bookmarks, #PlacesToolbar {max-width:500px!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

The Bookmarks Toolbar items do not appear to be working well when placed on the Navigation Toolbar. We have seen more reports about this issue. Maybe it helps to set a minimum width of this item with code in the userChrome.css file.

It might also work if you use the Classic Theme Restorer extension and move items from the Navigation Toolbar to another toolbar.


Add code to the userChrome.css file below the default @namespace line.


@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container {max-width:400px!important}
#search-container {max-width:200px!important}
#personal-bookmarks, #PlacesToolbar {max-width:500px!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

more options

Forgot to add I'm already using Classic Theme Restorer. Either way, got it. Ticked on "Additional Toolbar", moved everything to it(nav/history/etc buttons, bookmark toolbar items, addon buttons), then used CTR to remove the nav bar.

To note, this is the functionality I was aiming to restore: http://i.imgur.com/ymLDiiE.png Before, if shrunk to that width, those 3 addon icons and the entire BTI would disappear to under a thicker double-arrow icon'd menu