Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Get rid of Today Pane

  • 15 odgovori
  • 0 ima ovaj problem
  • 9 views
  • Posljednji odgovor poslao sfhowes

more options

How can I get rid of the Today Pane in Thunderbird 102.8.0 (I don't have the Lightning add-on)

How can I get rid of the Today Pane in Thunderbird 102.8.0 (I don't have the Lightning add-on)

All Replies (15)

more options

Not sure I understand. There should be a small 'x' in upper right corner that will close it.

more options

The only small 'x" in the upper right hand corner closes the entire program.

more options

Pressing the F11 key should hide it.

more options

I got that - what I'm trying to do de-clutter by getting rid of the notification/button in the bottom right hand corner (please see image). Thanks!

more options

You can turn off the status bar at view>toolbars>status bar

more options

I don't want to get rid of the entire status bar, just the Today Pane button that I never use.

more options

If you don't use any calendar functions: https://support.mozilla.org/en-US/questions/1311070

If you use calendars, and just want to remove Today Pane from the Status Bar, there is a userChrome.css method:

#calendar-show-todaypane-panel[id="calendar-show-todaypane-panel"] {
     display: none;
   }

https://support.cdn.mozilla.net/en-US/questions/1304629#answer-1375687

Tested and working in TB 102.

Help/Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

more options

Thanks for getting back to me. Tried this, both as its own userChrome.css (named userChrome.noTodayPane.css), and as additional lines in an existing, working one, no difference.

more options

The file must be named userChrome.css. Try it with just the posted code, and check that the css file is in the active profile.

Generate Downloadable userChrome.css File

Izmjenjeno od strane sfhowes

more options

That works, but only if that's the ONLY code in userChrome.css. I also have the need for the following that reduces the line spacing in the message list:

/* Reduce line height in message list */

  1. threadTree treechildren::-moz-tree-row{
 min-height: 18px !important;


How do I incorporate both this and your code in one userChrome.css?

Thanks!

more options

P.S. the "1." at the beginning should be a # sign

more options

The Today Pane button code works here in a css file with many other entries. Try this to adjust the Threads Pane spacing:

/* threads pane spacing*/
#threadTree treechildren::-moz-tree-row {
height: 18px !important;
min-height: 0px !important;
}
more options

Excellent - thanks! I was missing a "}" after the end of the line spacing code.

more options

Just curious. Does that work in Beta?

more options

Matt said

Just curious. Does that work in Beta?

Today Pane code works in 111.0b3.