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.

Learn More

How to manage "flexible space"

  • 2 yanıt
  • 2 kişi bu sorunu yaşıyor
  • 23 gösterim
  • Son yanıtı yazan: danivdc

more options

When I want to customize my toolbar browser and I add "flexible space", this actually dont add any "flexible" in toolbar. I only want to minimize as much as possible the "search" bar and the adress bar in order to see much more from personas picture. I only manage this by adding A LOT of "spaces" after adress bar and "search" bar . How I can really manage that "flexible" space? Coz if I add it and I try to expand it, I cant

When I want to customize my toolbar browser and I add "flexible space", this actually dont add any "flexible" in toolbar. I only want to minimize as much as possible the "search" bar and the adress bar in order to see much more from personas picture. I only manage this by adding A LOT of "spaces" after adress bar and "search" bar . How I can really manage that "flexible" space? Coz if I add it and I try to expand it, I cant

Tüm Yanıtlar (2)

more options

You can't use flexible space to limit the width of the location bar or search bar. Those bars also have a flex attribute and that attribute has a higher value, so they override the lower value of the flexible space.

You can use code in userChrome.css to set a maximum width for both bars.
See http://kb.mozillazine.org/Editing_configuration

Add code to userChrome.css below the @namespace line.
You can modify the values as you want them.

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

#urlbar-container {max-width: 400px !important}
#search-container {max-width: 200px !important}
more options

Sorry but this link "See http://kb.mozillazine.org/Editing_configuration" dont work.