
How increase the height of all day events pane in calendar ?
Hello,
I am a super happy user of Thunderbird calendar since many years.
Now that my kids have a lot of activities I am facing an annoying display issue with the upper part of the calendar in the Week view showing all days event : it is too small to show all events at once and hence proposes a scrollbar to navigate inside it (the attached image shows it for Tuesday May 13)
To solve that, I would be super happy just to select the "horizontal line" separating the all day events pane from the one below and then drag it to increase the height of the all day events pane. Unfortunately this is not possible.
So my question is : how can I increase the height of all day events pane so that I can see all my all days events at once ?
Thank you very much for your help,
Ọ̀nà àbáyọ tí a yàn
See https://bugzilla.mozilla.org/show_bug.cgi?id=486786
In the meantime, consider showing the events in the Today Pane (F11).
The all day pane size can be modified with css (see picture):
.allday-events-list{ min-height:200px !important; max-height:300px !important;}
Help/Troubleshooting Info, Profile Folder, Open Directory (Win: 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, change the numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.
video on how to create a css file (Firefox and TB)
Ka ìdáhùn ni ìṣètò kíkà 👍 2All Replies (2)
Ọ̀nà àbáyọ Tí a Yàn
See https://bugzilla.mozilla.org/show_bug.cgi?id=486786
In the meantime, consider showing the events in the Today Pane (F11).
The all day pane size can be modified with css (see picture):
.allday-events-list{ min-height:200px !important; max-height:300px !important;}
Help/Troubleshooting Info, Profile Folder, Open Directory (Win: 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, change the numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.
Thank you VERY MUCH @sfhowes !!!!