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

Contact sidebar shrunk in height

  • 4 replies
  • 0 have this problem
  • 29 views
  • Last reply by Fiona

more options

I was upgraded to TB 115 when I had to get a new computer. I have become quite used to using userchrome to highly personalise my TB, mainly to restore previous features.

However, somehow, in making the "Write" screen the way I like it, I have shrunk the section of the Contacts Sidebar which contains the actual addresses/contacts, down to the point where only one contact is visible. There is a scroll bar so I can see the other addresses are there. It is just that the bottom border of that box has elevated itself and there is a mass of blank space below.

I am sure I have caused it with some code, however everything I have tried to adjust only works on the heading part of the Contacts Sidebar, not the panel with the addresses. I have searched the net to find out what that panel is officially called, without success.

Could a helpful person tell me the "official" name (to use in the css) of that panel so that I can fix it? Or even write me a little code to make that box go back to default?

Just for context, the reason I was fiddling with it was because the panel is excessively spaced, and I was trying to compact the contacts together.

Thanks Fiona

I was upgraded to TB 115 when I had to get a new computer. I have become quite used to using userchrome to highly personalise my TB, mainly to restore previous features. However, somehow, in making the "Write" screen the way I like it, I have shrunk the section of the Contacts Sidebar which contains the actual addresses/contacts, down to the point where only one contact is visible. There is a scroll bar so I can see the other addresses are there. It is just that the bottom border of that box has elevated itself and there is a mass of blank space below. I am sure I have caused it with some code, however everything I have tried to adjust only works on the heading part of the Contacts Sidebar, not the panel with the addresses. I have searched the net to find out what that panel is officially called, without success. Could a helpful person tell me the "official" name (to use in the css) of that panel so that I can fix it? Or even write me a little code to make that box go back to default? Just for context, the reason I was fiddling with it was because the panel is excessively spaced, and I was trying to compact the contacts together. Thanks Fiona

Chosen solution

I believe the id for the Contacts sidebar is #abContactsPanel. You might find some guidance here:

https://searchfox.org/comm-esr115/source/mail/themes/shared/mail/abContactsPanel.css

but I advise starting with css that omits the composition window, then adding a bit at a time and testing each one.

Note that the spacing between contacts in the panel is controlled by the View/Density setting in the main window.

Read this answer in context 👍 0

All Replies (4)

more options

Chosen Solution

I believe the id for the Contacts sidebar is #abContactsPanel. You might find some guidance here:

https://searchfox.org/comm-esr115/source/mail/themes/shared/mail/abContactsPanel.css

but I advise starting with css that omits the composition window, then adding a bit at a time and testing each one.

Note that the spacing between contacts in the panel is controlled by the View/Density setting in the main window.

Helpful?

more options

Thank you for your reply. I did have #abContactsPanel in some of my css, but it always seemed to be acting on the headings and not the place where the contacts are.

Anyway, after a very looong session removing and replacing, with no success, I did a Safe Mode open and that worked! So I tested my addons (only have a few) and they didn't affect it, so I was back to the css code again. I removed everything related to the composition window (as you suggested) which was essentially everything below the basic first few commands. That worked. I gradually add them back one at a time, testing each, until I reached this:

/* 6. Contacts - Side panel */

 #abContactsPanel,
 #contactsSidebar .sidebar-header {
  color:            black !important;
  height:		12px !important;
  padding-block:	1px !important; 

}

This was part of a package of commands to change the appearance of the composition window, published in Elevenforum: Thunderbird 115: CSS Customization. I am being specific for the benefit of anyone with the same problem. I went back to that forum and realised that these commands were designed to change the colours, and that I had used it and altered it, thinking I could get the right effect (condensing the Contacts list) by fiddling with it. No luck with that, and I tested it again today by changing the values, but no difference.

The final result is: that code is faulty (because of my alterations) and causes the contacts panel to shrink to one contact only, and does nothing to fix the spacing of the Contacts list, which I now know is unfixable.

Thank you for your guidance. At least I have the whole panel back now, even if it is too spaced with silly little faces wasting space.

Helpful?

more options

The first attached picture shows the sidebar spacing with compact Density and font size 12 px, the default. The second one is with relaxed Density and 12 px. I don't know the code to change the density for just the sidebar, but the compact setting is adequate.

Helpful?

more options

Thanks again for the info about the compact setting. I have already been using that combined with the Layout number in the Config editor, but that is a global setting. The dislike I have is specifically for the Contacts sidebar when composing an email. The names are excessively spaced, and have little head icons beside that I suspect prevent condensing the list at all, and serve no purpose at all. I prefer an unadorned list.

To be honest, I find the composing window and Address Books the most frustrating features of Thunderbird since updating from v102. In particular, they are less customisable than the reading window but there are many aspects I would change if I could find a way of doing so. I am thankful at least for being able to revert to the horizontal view.

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.