Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

How do I shorten the address bar (where www.ebay.com is at)...it now goes the entire width of the screen covering up my wallpaper?

  • 1 resposta
  • 39 têm este problema
  • 1 visualização
  • Última resposta por cor-el

more options

I like the new "wallpaper" just downloaded from Firefox that's at the top 3 inches of the screen. However, the address bar goes virtually across the entire screen, covering up her face. Clicking on the "View" button over the address bar, then Toolbars, then Customize, I've been able to move stuff around that was covering the area of her face. How can I shorten the address bar 3, 4 inches so I can enjoy all of the image? Thank you. Bruce

I like the new "wallpaper" just downloaded from Firefox that's at the top 3 inches of the screen. However, the address bar goes virtually across the entire screen, covering up her face. Clicking on the "View" button over the address bar, then Toolbars, then Customize, I've been able to move stuff around that was covering the area of her face. How can I shorten the address bar 3, 4 inches so I can enjoy all of the image? Thank you. Bruce

Todas as respostas (1)

more options

The location bar and search bar have a flex property and take all available space.
You can change the relative size of both with that resizer between the two bars, but that won't change the space that both take.
You can add Space elements at the right of the bar in the "View > Toolbars > Customize" window to make the location bar and search bar container shorter.

You can also set a specific max-width for the two bars by adding code to userChrome.css below the @namespace line.

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

@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}