搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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!