Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

how do i make bookmarks smaller in toolbar

  • 4 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 1 gösterim
  • Son yanıtı yazan: cor-el

more options

i know there is a way to make the bookmarks smaller so you can fit more on there but i cant remember what to do

i know there is a way to make the bookmarks smaller so you can fit more on there but i cant remember what to do

Tüm Yanıtlar (4)

more options

According to me, the easiest way is to rename each bookmark with a shorter name (or delete the whole name if the website is recognizable with icon only). To do that, right-click on a bookmark > Properties, then change the text in the "Name" field.

more options

You can restyle the Bookmarks Toolbar using custom style rules, for example, to hide the site icon or change the font. However, if you want full control of the bar, you may want to use an add-on. For example:

https://addons.mozilla.org/firefox/addon/roomy-bookmarks-toolbar/

more options

Check this out;

Multirow Bookmarks Toolbar Plus {web link} Display your Bookmarks Toolbar in more than one row! Be smart about hiding text and only showing favicons, displaying website info as tooltips. Auto hide the Bookmarks Toolbar.

Multirow Bookmarks Toolbar Plus web site {web link}

more options

You can also consider to organize the bookmarks in folders.


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:not([container]) .toolbarbutton-text { display:none!important; }

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