So many emails require me to scroll to the right to finish reading one line, back to the left for the next, etc. They hurt my head, they take fireever to read, and they h… (read more)
So many emails require me to scroll to the right to finish reading one line, back to the left for the next, etc. They hurt my head, they take fireever to read, and they hurt my right arm too. Thunderbird used to have an option to wrap messages, but it looks like it was deleted.
I tried adding the following tom my user css:
- messagepane {
margin-left: 45pt !important;
max-width: 900px !important;
margin-right: 45pt !important;
}
The margin-left works. It gives a spacer between the message pane and the folder list.
The max-width and margin-right don't work. The messages still require horizontal scrolling, and the scrollbar shifts left, right up against the text, so it doesn't give the needed spacer.
I use the spacers to avoid the parallax-induced migraines.