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.

I would like to remove the spacing between bookmarks in the bookmark toolbar. Can someone direct me to the right location?

  • 3 válasz
  • 2 embernek van ilyen problémája
  • 3 megtekintés
  • Utolsó üzenet ettől: cor-el

more options

I just use the favicon icons for my bookmarks but now they are too far spread out. How to I remove the margin or padding between them? They were nice and tight until I did an update...

I just use the favicon icons for my bookmarks but now they are too far spread out. How to I remove the margin or padding between them? They were nice and tight until I did an update...

Összes válasz (3)

more options

Try this:

Enter in the properties of the bookmark, and type some text in the name, press OK, enter again in the properties and erase the text and, press OK.

more options

That didn't exactly help. Opened the properties, typed in text, pressed ok, then went back in and erased the texts and the padding and spacing between icons is still there...

more options

You can experiment with code in userChrome.css to adjust the margins and hide the text if you are currently donig this differently.

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

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

#personal-bookmarks .bookmark-item > .toolbarbutton-text {display:none!important}
#personal-bookmarks .bookmark-item > .toolbarbutton-icon {margin:0px!important;padding:0px!important}

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

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)