Maxi4 2.0.2: Fonts too large in address and search field

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

GoldenSixties

Maxi4 2.0.2: Fonts too large in address and search field

Unread post by GoldenSixties » 2017-11-19, 15:08

The fonts appear too large in both the address and the search field:
toolargefont.jpg
Would it be possible to reduce the size a little (perhaps set percentage instead of fixed size in style sheet)?

(I know, I know... This is a question of taste ;) )

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1568
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: Maxi4 2.0.2: Fonts too large in address and search field

Unread post by Lootyhoof » 2017-11-19, 18:59

This is meant to replicate how it looks in Maxthon and in that regard is actually already a little smaller than it should be:

Image

You could edit this to your liking in userChrome.css:

Code: Select all

#urlbar,
.searchbar-textbox {
  font-size: 120% !important; /* This is default in Maxi4; change as you wish */
}

GoldenSixties

Re: Maxi4 2.0.2: Fonts too large in address and search field

Unread post by GoldenSixties » 2017-11-20, 12:25

That did the trick :thumbup:

Thanx, Lootyhoof!

Locked