搜索 | 用户支持

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

Learn More

How do you resize the menu bars?

  • 3 个回答
  • 2 人有此问题
  • 6 次查看
  • 最后回复者为 cor-el

more options

All the menu's keep auto adjusting to show the full text content. This makes my bookmark menu a nightmare. It's become super wide now, and I just want to make it like it was before where it would cut off longer text names.

All the menu's keep auto adjusting to show the full text content. This makes my bookmark menu a nightmare. It's become super wide now, and I just want to make it like it was before where it would cut off longer text names.

所有回复 (3)

more options

That can be caused by having some bookmarks with a long title in the main Bookmarks menu.
The width of a column in the Bookmarks menu list is in current Firefox versions automatically adjusted to fit the bookmark with the longest name.
You can check the names of the bookmarks and make the longer ones shorter.

more options

I was hoping that wasn't going to be the answer because I have over 100 bookmarks. Guess I'll have to live with inconvenience.

more options

You can use the Bookmarks side bar (View > Sidebar > Bookmarks)

It should be possible to set a maximum width of bookmark items that show in the Bookmarks Menu button drop down list, but on a Mac you can't do that for the Bookmarks menu.


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

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


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

#BMB_bookmarksPopup .bookmark-item { max-width:500px !important; }