搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

how do I customise the widths of bookmarks on the toolbar

more options

I want to show more bookmarks in the available space. This is available in internet explorer.

I want to show more bookmarks in the available space. This is available in internet explorer.

被選擇的解決方法

Editing the "Name" of each bookmark is one way to get more bookmarks on the Bookmarks Toolbar.

Or hide the Labels using this extension. https://addons.mozilla.org/en-US/firefox/addon/only-icons/

從原來的回覆中察看解決方案 👍 1

所有回覆 (3)

more options

Grab the bar shown here, and move it around.

more options

選擇的解決方法

Editing the "Name" of each bookmark is one way to get more bookmarks on the Bookmarks Toolbar.

Or hide the Labels using this extension. https://addons.mozilla.org/en-US/firefox/addon/only-icons/

more options

Firefox has a predefined maximum width for bookmarks of 13em (which is the width of 13 m characters). If the bookmark label exceeds that width, the last character changes to ... to show that the text was truncated.

You can apply custom styles rules to various parts of Firefox's interface to override these built-in rules, so if you want to truncate the bookmarks names after a shorter amount of text, that would be another possible approach.

Sample style rule:

toolbarbutton.bookmark-item {
  max-width: 10em !important;
}