![Thunderbird logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2024-02-12-07-36-53-599028_1.png)
Thunderbird 102.8.0 message pane no longer single-spaced.
I upgraded to Thunderbird 102.8.0, and messages in the message pane are double-spaced. How can I get back to single spacing? I've tried various code examples in userChrome.css and userContent.css and I've changed "toolkit.legacyUserProfileCustomizations.stylesheets" to True, but none of this works. Any OTHER ideas? Thanks...
Vybrané riešenie
I've managed to get all the ordinary folders to be a gold outline with a slightly less strong gold in the folder using the following. It includes the image so it makes it possible to use the 'fill' to colour the outline and the fill-opacity to set as a percentage of strength for the inner part.
.bookmark-item[container], treechildren::-moz-tree-image(container) { list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iY29udGV4dC1maWxsIiBmaWxsLW9wYWNpdHk9ImNvbnRleHQtZmlsbC1vcGFjaXR5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBkPSJNMTQuNSAzSDYuOTE0YS41LjUgMCAwIDEtLjM1NC0uMTQ2TDUuMTQ2IDEuNDM5QTEuNDkxIDEuNDkxIDAgMCAwIDQuMDg2IDFIMS41QTEuNSAxLjUgMCAwIDAgMCAyLjV2MTFBMS41IDEuNSAwIDAgMCAxLjUgMTVoMTNhMS41IDEuNSAwIDAgMCAxLjUtMS41di05QTEuNSAxLjUgMCAwIDAgMTQuNSAzem0uNSAxMC41YS41LjUgMCAwIDEtLjUuNWgtMTNhLjUuNSAwIDAgMS0uNS0uNVY2aDE0ek0xIDVWMi41YS41LjUgMCAwIDEgLjUtLjVoMi41ODZhLjUuNSAwIDAgMSAuMzU0LjE0NmwxLjQxNCAxLjQxNUExLjQ5MSAxLjQ5MSAwIDAgMCA2LjkxNCA0SDE0LjVhLjUuNSAwIDAgMSAuNS41VjV6IiBmaWxsPSIjYjE4NTAyIi8+DQogIDxwYXRoIGQ9Ik0xNSAxMy41YS41LjUgMCAwIDEtLjUuNWgtMTNhLjUuNSAwIDAgMS0uNS0uNVY2aDE0eiIgZmlsbC1vcGFjaXR5PSIuOCIgZmlsbD0iI2ZmZTA4MiIvPg0KICA8cGF0aCBkPSJNMSA1VjIuNWEuNS41IDAgMCAxIC41LS41aDIuNTg2YS41LjUgMCAwIDEgLjM1NC4xNDZsMS40MTQgMS40MTVBMS40OTEgMS40OTEgMCAwIDAgNi45MTQgNEgxNC41YS41LjUgMCAwIDEgLjUuNVY1eiIgZmlsbC1vcGFjaXR5PSIuNiIgZmlsbD0iI2ZmZTA4MiIvPg0KICA8cGF0aCBkPSJNMTUgMTMuNWEuNS41IDAgMCAxLS41LjVoLTEzYS41LjUgMCAwIDEtLjUtLjVWMTNoMTR6IiBmaWxsLW9wYWNpdHk9Ii41IiBmaWxsPSIjZmZlMDgyIi8+DQo8L3N2Zz4=") !important; fill: gold !important; fill-opacity: 0.8 !important; }
Čítať túto odpoveď v kontexte 👍 1
Všetky odpovede (7)
Try this: - settings>composition and untick the box that shows 'use paragraph formatting' . If that doesn't do it, then remove addons one by one.
Thanks for replying. The 'use paragraph formatting was already unticked, and I think that refers to the message body, not the message list. I removed all add-ons (I only had 4) and nothing changed. Any other ideas?
As a heads up...This issue was sorted in another question: https://support.mozilla.org/en-US/questions/1407043
Since you clearly know your way around userChrome.css, here's another challenge, this time in Firefox. The following lines of code are designed to try to get back the look of bookmark folders to v. 55 and before, namely that the folders had a solid manila/canary color, like a Pendaflex folder. What's below almost works, but it changes to folders with a garish gold frame around a grey body. Any way this can be tweaked to get back to the wonderful old v.55 look? Thanks again for your time - and expertise!
.bookmark-item[container], treechildren::-moz-tree-image(container) {
fill: gold !important;
} treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
fill: black !important;
} treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
fill: black !important;
} treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
fill: black !important;
} treechildren::-moz-tree-image(container, livemark) {
fill: orange !important;
} .bookmark-item[container][query], treechildren::-moz-tree-image(container, query) {
fill: dimgray !important;
}
Upravil(a) calanger dňa
Vybrané riešenie
I've managed to get all the ordinary folders to be a gold outline with a slightly less strong gold in the folder using the following. It includes the image so it makes it possible to use the 'fill' to colour the outline and the fill-opacity to set as a percentage of strength for the inner part.
.bookmark-item[container], treechildren::-moz-tree-image(container) { list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iY29udGV4dC1maWxsIiBmaWxsLW9wYWNpdHk9ImNvbnRleHQtZmlsbC1vcGFjaXR5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBkPSJNMTQuNSAzSDYuOTE0YS41LjUgMCAwIDEtLjM1NC0uMTQ2TDUuMTQ2IDEuNDM5QTEuNDkxIDEuNDkxIDAgMCAwIDQuMDg2IDFIMS41QTEuNSAxLjUgMCAwIDAgMCAyLjV2MTFBMS41IDEuNSAwIDAgMCAxLjUgMTVoMTNhMS41IDEuNSAwIDAgMCAxLjUtMS41di05QTEuNSAxLjUgMCAwIDAgMTQuNSAzem0uNSAxMC41YS41LjUgMCAwIDEtLjUuNWgtMTNhLjUuNSAwIDAgMS0uNS0uNVY2aDE0ek0xIDVWMi41YS41LjUgMCAwIDEgLjUtLjVoMi41ODZhLjUuNSAwIDAgMSAuMzU0LjE0NmwxLjQxNCAxLjQxNUExLjQ5MSAxLjQ5MSAwIDAgMCA2LjkxNCA0SDE0LjVhLjUuNSAwIDAgMSAuNS41VjV6IiBmaWxsPSIjYjE4NTAyIi8+DQogIDxwYXRoIGQ9Ik0xNSAxMy41YS41LjUgMCAwIDEtLjUuNWgtMTNhLjUuNSAwIDAgMS0uNS0uNVY2aDE0eiIgZmlsbC1vcGFjaXR5PSIuOCIgZmlsbD0iI2ZmZTA4MiIvPg0KICA8cGF0aCBkPSJNMSA1VjIuNWEuNS41IDAgMCAxIC41LS41aDIuNTg2YS41LjUgMCAwIDEgLjM1NC4xNDZsMS40MTQgMS40MTVBMS40OTEgMS40OTEgMCAwIDAgNi45MTQgNEgxNC41YS41LjUgMCAwIDEgLjUuNVY1eiIgZmlsbC1vcGFjaXR5PSIuNiIgZmlsbD0iI2ZmZTA4MiIvPg0KICA8cGF0aCBkPSJNMTUgMTMuNWEuNS41IDAgMCAxLS41LjVoLTEzYS41LjUgMCAwIDEtLjUtLjVWMTNoMTR6IiBmaWxsLW9wYWNpdHk9Ii41IiBmaWxsPSIjZmZlMDgyIi8+DQo8L3N2Zz4=") !important; fill: gold !important; fill-opacity: 0.8 !important; }
That works perfectly! I'm curious about the giant string of seemingly random characters after data:image/svg+xml;base64, - what are those about?? In any case, thanks for the WILD RIDE!
One more thing: is there a list of color names that I can insert instead of "Gold". And more generally, is there a resource where I can teach myself this kind of coding, without immediately having to take the time of nice people like you. For example, I can think of other tweaks, like compressing the spaces between drop-down menu choices, that it would be interesting to try. Thanks again!