搜索 | 用户支持

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

详细了解

How to set minimum size for the 'location' box in toolbars?

  • 2 个回答
  • 8 人有此问题
  • 1 次查看
  • 最后回复者为 aresando

more options

I reorganized my toolbars by merging the location and tabs bar. I have the location on the left hand side and the tabs *next* to it, like this:

[ (<)(>) [LOCATION] /tab\/tab\/tab\ ]

Unfortunately when the number of tabs increases, the location box becomes so small that I cannot even see the url of the site I'm in...

Is there a way to force a minimum width for the location box? I couldn't find a setting in about:config for it (I imagine that this would be a browser.urlbar setting)

I reorganized my toolbars by merging the location and tabs bar. I have the location on the left hand side and the tabs *next* to it, like this: [ (<)(>) [LOCATION] /tab\/tab\/tab\ ] Unfortunately when the number of tabs increases, the location box becomes so small that I cannot even see the url of the site I'm in... Is there a way to force a minimum width for the location box? I couldn't find a setting in about:config for it (I imagine that this would be a browser.urlbar setting)

由aresando于修改

被采纳的解决方案

You cannot do it from about:config

If you are really interested have a look at http://userstyles.org/styles/45794

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

You cannot do it from about:config

If you are really interested have a look at http://userstyles.org/styles/45794

more options

You rock! The combination of fixed width tabs with the stylish Add-on, and the single line of script below just made my day!

  1. main-window[sizemode="maximized"] #TabsToolbar, #TabsToolbar > #urlbar-container { min-width: 350px; }

Many thanks!