I had my userCrome.css set to widen line spacing in the message list, among other things. Updating to Þb 115 broke this, and since I can't inspect the css, I don't know h… (read more)
I had my userCrome.css set to widen line spacing in the message list, among other things. Updating to Þb 115 broke this, and since I can't inspect the css, I don't know how to fix this again.
My current css includes:
/* Message List */
- threadTree
treechildren::-moz-tree-cell-text {
font-size: 16pt !important;
color: black !important
}
/* treechildren::-moz-tree-row {
margin-top: 0pt !important;
margin-bottom: 6pt !important;
} */
treecol:not([hideheader="true"]),
treecolpicker:not([hideheader="true"]) {
-moz-appearance: none !important;
padding-top: 2px;
padding-bottom: 2px;
}
treecol:not([hideheader="true"]):hover,
treecolpicker:not([hideheader="true"]):hover {
}
I tried relaxed density, but it expands *everything*, not just the message list.
Also, in Firefox, how can I use this site and avoid all the animated headers?