We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How do i reduce font size on bookmarks drop down

  • 2 відповіді
  • 1 має цю проблему
  • 6 переглядів
  • Остання відповідь від the-edmeister

more options

With windows 8.1 the font size in bookmarks drop down is larger than in vista.

Is there a way to reduce font size. I would like to display more sites in the drop down.

In 8.1 the amount of contacts in the list has decreased about a third over vista.

With windows 8.1 the font size in bookmarks drop down is larger than in vista. Is there a way to reduce font size. I would like to display more sites in the drop down. In 8.1 the amount of contacts in the list has decreased about a third over vista.

Усі відповіді (2)

more options

Go to Help=>Troubleshooting Information=>click on the "Open Containing Folder" button=>enter the chrome folder=>make a copy of userChrome-example and rename it to userChrome(or just rename the original).Double click on the file and delete everything from inside and paste this code

You need to insert the @namespace at the top if you delete everything to avoid namespace problems.

   @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
   #personal-bookmarks toolbarbutton.bookmark-item {font-size: 12px !important;}
   #personal-bookmarks menuitem.bookmark-item {font-size: 12px !important;}

You can experiment with the font sizes to see what best suits you. Make sure that you add the 'px' unit after the number without any separated spaces: 10px

Post credits to : vsub and dickvl

more options

The chrome folder and the userChrome.css file were removed from Firefox many, many versions ago, like Firefox 5 or so. My advice is to install the ChromEdit Plus extension if you want to work with the 3 "user" files.

http://webdesigns.ms11.net/chromeditp.html

Those three files are automatically created in the correct location, and can be accessed from within Firefox via a Menu item or with a toolbar button which will be sitting in the Customize palette.