Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Contact sidebar shrunk in height

  • 4 답장
  • 0 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (4)

more options

선택된 해결법

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.

도움이 되셨습니까?

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.

도움이 되셨습니까?

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.

도움이 되셨습니까?

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.

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.