How can I expand URL window in Firefox 57.0.1?
Since being upgraded to Firefox 57.0.1 the length of the URL / address bar seems set. Previously if you hovered over either end you could drag to make it longer. I like being able to see as much of the address as possible.
Все ответы (2)
What happens when you mouse over them, you get the full info.
katealex said
Since being upgraded to Firefox 57.0.1 the length of the URL / address bar seems set. Previously if you hovered over either end you could drag to make it longer. I like being able to see as much of the address as possible.
That only works in Fx 57 when the Search Bar is sitting next to the URL as it was in previous versions. That "slider" doesn't appear or work with the default UI where only the Location Bar / URL Bar is on the Navigation Toolbar. https://support.mozilla.org/en-US/kb/customize-firefox-controls-buttons-and-toolbars
But I don't think that will help you get more room for Toolbar buttons on the Navigation Toolbar, and may take up more space overall. I think the "fix" for you would be to set the width of the URL Bar to what you want via userChrome.css . https://www.userchrome.org/
Something like this for the CSS code:
#urlbar-container {max-width:900px!important}
And vary the 900 to suit your needs,