為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

How to get rid of the ellipsis of bookmarks in the bookmarks toolbar?

more options

Firefox wants to shorten the name of my bookmarks and add an ellipsis instead. Half of my bookmarks toolbar is empty so I do not understand why Firefox needs to shorten these bookmark names.

Is there someway I can get Firefox to expand all the names on my toolbar?

Firefox wants to shorten the name of my bookmarks and add an ellipsis instead. Half of my bookmarks toolbar is empty so I do not understand why Firefox needs to shorten these bookmark names. Is there someway I can get Firefox to expand all the names on my toolbar?

所有回覆 (3)

more options

I think the maximum tab size may be increased manually.

I am not sue about the minimum tab width. There are however extensions that should be able to customise tab width. Search through the available extensions, or try this one

more options

The label text of bookmarks that you see on the Bookmarks Toolbar have a max-width property (max-width: 13em;)

  • chrome://browser/content/browser.css
toolbarbutton.bookmark-item {
  max-width: 13em;
}

You can override this rule with code in userChrome.css.

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

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

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

toolbarbutton.bookmark-item {
  max-width: 20em !important;
}
more options

If you have used the Custimize feature for the toolbars, make sure that you didn't inadvertently place a space or flexible space on the Bookmarks Toolbar.

Please provide a screenshot of that.
https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem

It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.

Then use the Browse .... button below the Post a Reply text box to upload the screenshot.