Change font size in tabs

User Help for Seamonkey and Mozilla Suite
Locked
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Change font size in tabs

Post by fixit7 »

I want to change the font size in tabs.

Is it something to be put in userchrome.css?

Thanks.
User avatar
Frank Lion
Posts: 21172
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Change font size in tabs

Post by Frank Lion »

fixit7 wrote:I want to change the font size in tabs.

Is it something to be put in userchrome.css?

Thanks.

Code: Select all

tab.tabbrowser-tab .tab-text {
	font-size: 22px !important;
}
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Change font size in tabs

Post by fixit7 »

I did not state my desire completely.

This should help.

https://imgur.com/a/1cTCLrG
User avatar
Frank Lion
Posts: 21172
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Change font size in tabs

Post by Frank Lion »

fixit7 wrote:I did not state my desire completely.
You didn't state your desire at all.

I'm out.
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Change font size in tabs

Post by fixit7 »

Frank Lion wrote:
fixit7 wrote:I did not state my desire completely.
You didn't state your desire at all.

I'm out.
Did you look at my pic at all?
User avatar
DanRaisch
Moderator
Posts: 127168
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Change font size in tabs

Post by DanRaisch »

I believe that Frank answered your question. Did you try his suggestion?
Did you notice how much empty space follows the tab name? It seems rather unlikely that reducing the font size will have any appreciable impact on the width of a tab with that much empty space already present
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Change font size in tabs

Post by fixit7 »

DanRaisch wrote:I believe that Frank answered your question. Did you try his suggestion?
Did you notice how much empty space follows the tab name? It seems rather unlikely that reducing the font size will have any appreciable impact on the width of a tab with that much empty space already present
I tried Franks suggestion.

I thought reducing the font size would increase the width of tabs.

Andy
User avatar
DanRaisch
Moderator
Posts: 127168
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Change font size in tabs

Post by DanRaisch »

On the contrary,. If anything, reducing the font size might reduce the width of tabs.
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Change font size in tabs

Post by fixit7 »

So, my take away is that it is not possible to reduce the width of tabs.

Have a great evening.
User avatar
DanRaisch
Moderator
Posts: 127168
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Change font size in tabs

Post by DanRaisch »

You were asking about increasing tab width. Did you change your mind?
Locked