Thunderbird: Reduce space between TAB and Window edge

Discussion of general topics about Mozilla Thunderbird
Post Reply
Duke69
Posts: 11
Joined: January 12th, 2006, 1:25 pm

Thunderbird: Reduce space between TAB and Window edge

Post by Duke69 »

I would like reduce the space between TAB bar and window edge.

I have this in my userchrome.css:

toolbox,
.tabmail-tabs
{
margin-top: -8px!important
}

But its not perfect, I'm really stuck.
Image

How can i move the toolbar down and the right icons also on top?
Have anybody a idea to help?
User avatar
LoudNoise
New Member
Posts: 39900
Joined: October 18th, 2007, 1:45 pm
Location: Next door to the west

Re: Thunderbird: Reduce space between TAB and Window edge

Post by LoudNoise »

Moving to Tb General.
Post wrangler
"Choose between the Food Select Feature or other Functions. If no food or function is chosen, Toast is the default."
Duke69
Posts: 11
Joined: January 12th, 2006, 1:25 pm

Re: Thunderbird: Reduce space between TAB and Window edge

Post by Duke69 »

I have found. This work for me, to reduce space between tab and titlebar:

#tabs-toolbar{
margin-top: -14px! important;
}
#messengerWindow[sizemode="maximized"] #tabs-toolbar{
margin-top: 0px! Important;
}
Post Reply