URL area too small

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
commander

URL area too small

Unread post by commander » 2020-03-29, 22:28

Howdy,

Is there a way to make the URL area at the top and bottom and the search areas larger?

George...

User avatar
therube
Board Warrior
Board Warrior
Posts: 1651
Joined: 2018-06-08, 17:02

Re: URL area too small

Unread post by therube » 2020-03-30, 19:56

You could Customize & move unneeded icons out from the URL bar.
You can remove the Search box, if you don't need that.


I might be missing something, because seems to be plenty of space on the URL bar - on my end, no added icons there, at a 1920x1200 screen resolution.


Otherwise, suppose you could use some CSS to adjust the sizing.
Or there might be an extension out there?

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35602
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: URL area too small

Unread post by Moonchild » 2020-03-30, 20:02

I think the OP means to say they want more -vertical- space, not horizontal.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
therube
Board Warrior
Board Warrior
Posts: 1651
Joined: 2018-06-08, 17:02

Re: URL area too small

Unread post by therube » 2020-03-30, 20:05

Well then, CSS, an extension (if one exists), or maybe even a theme change.

User avatar
Kerebron
Fanatic
Fanatic
Posts: 107
Joined: 2016-12-04, 22:01

Re: URL area too small

Unread post by Kerebron » 2020-03-30, 21:53

Werewolf add-on might do the trick. I use it to make GUI more compact, but it can be used the other way round, too.

User avatar
therube
Board Warrior
Board Warrior
Posts: 1651
Joined: 2018-06-08, 17:02

Re: URL area too small

Unread post by therube » 2020-03-31, 01:18

Just some code I found (on the Internet).

userChrome.css

Code: Select all

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */


/* font-size: urlbar find search */
#urlbar .textbox-input-box,
findbar .textbox-input-box,
#search-container .textbox-input-box {
 font-size:25px!important;
 font-family:monospace;
}

Locked