搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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 个回答
  • 39 人有此问题
  • 1 次查看
  • 最后回复者为 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

所有回复 (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}