Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

How can i make the adress bar smaller so i can fit all my bookmarks beside it, thus avoiding the need for the bookmarks toolbar?

  • 2 отговора
  • 3 имат този проблем
  • 1 изглед
  • Последен отговор от cor-el

more options

As the title says, would love to have more space for my beloved booksmarks. Kinda how you can make the "search bar" bigger compared to the address bar. Feel free to ask away if i didn't make myself clear. Hope to get help soon. Btw, love the browser.

As the title says, would love to have more space for my beloved booksmarks. Kinda how you can make the "search bar" bigger compared to the address bar. Feel free to ask away if i didn't make myself clear. Hope to get help soon. Btw, love the browser.

Избрано решение

You can try to add this code to the userChrome.css file.


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 */

#nav-bar-customization-target > #personal-bookmarks {-moz-box-flex:1!important;}

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

Прочетете този отговор в контекста 👍 0

Всички отговори (2)

more options

Currently I do not think that there is a way to do it by default in the Customize menu.

However it is possible to put the Bookmark toolbar next to the url bar from this same Customize menu. The ones that do not fit can be accessed from the double arrow to the right.

more options

Избрано решение

You can try to add this code to the userChrome.css file.


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 */

#nav-bar-customization-target > #personal-bookmarks {-moz-box-flex:1!important;}

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