How do I change the height of the url bar?
I'm trying to change the height of the URL bar in Firefox 47.
I have increased the size of both the URL bar and its container like so:
#urlbar {min-height: 50px !important;}
#urlbar-container {height: 100px !important;}
However, the URL bar cuts off horizontally so that I can only see the top half of it. I've attached a screen shot.
I've installed the DOM extension, but I can't figure out how to use it, and I can't afford to take time off of work to learn an entirely new program.
How do I change the size of the URL bar in a useful manner?