TB 115, width of headings and columns

User Help for Mozilla Thunderbird
Post Reply
mauriz_l
Posts: 10
Joined: July 28th, 2023, 3:25 pm

TB 115, width of headings and columns

Post by mauriz_l »

hi
in the main window, with vertical visualization,
if you change the width of the folder list,
the heading of the window (which shows the name of the folder and mailbox)
does not follow the width of the column containing the folder list.
i think that this is not elegant, and if i'm not wrong this didn't happen in the 102 version
Maurizio
morat
Posts: 6000
Joined: February 3rd, 2009, 6:29 pm

Re: TB 115, width of headings and columns

Post by morat »

You can change the mail.tabs.tabMaxWidth pref. (default 250)

Or change the first tab width with a style.

Code: Select all

#tabmail-tabs tab.tabmail-tab:first-child {
  max-width: 200px !important;
  min-width: 200px !important;
}
Post Reply