Page 1 of 1

Maxi4 2.0.2: Fonts too large in address and search field

Posted: 2017-11-19, 15:08
by GoldenSixties
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 ;) )

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

Posted: 2017-11-19, 18:59
by Lootyhoof
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 */
}

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

Posted: 2017-11-20, 12:25
by GoldenSixties
That did the trick :thumbup:

Thanx, Lootyhoof!