Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How do you resize the menu bars?

  • 3 válasz
  • 2 embernek van ilyen problémája
  • 6 megtekintés
  • Utolsó üzenet ettől: 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.

Összes válasz (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; }