Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

How to increase size of header bar so that I can view the theme more clearly?

  • 2 одговорa
  • 1 има овај проблем
  • 51 преглед
  • Последњи одговор послао Hideous_Snake

more options

I can't clearly see and enjoy the themes I am downloading as the header area is very small. How can I increase my header area with least objects covering the background?

I can't clearly see and enjoy the themes I am downloading as the header area is very small. How can I increase my header area with least objects covering the background?

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

You would have to enable all toolbars to have them visible. You can have an extra toolbar available with the Classic Theme Restorer extension.

To see more of the Persona you can set a min-height to the navigator-toolbox with code in the userChrome.css file or by using the Stylish extension.

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

#navigator-toolbox { min-height:200px !important; box-shadow:ThreeDShadow 0 -1px inset; }

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

Прочитајте овај одговор са објашњењем 👍 1

Сви одговори (2)

more options

Одабрано решење

You would have to enable all toolbars to have them visible. You can have an extra toolbar available with the Classic Theme Restorer extension.

To see more of the Persona you can set a min-height to the navigator-toolbox with code in the userChrome.css file or by using the Stylish extension.

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

#navigator-toolbox { min-height:200px !important; box-shadow:ThreeDShadow 0 -1px inset; }

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

more options

Thank you the stylish extension solution was easy to do.