Tweak CSS for viewing body of messages

This commit is contained in:
Bill Thiede 2024-01-20 08:34:25 -08:00
parent 1b00c9e944
commit 569781b592
2 changed files with 302 additions and 303 deletions

601
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,6 @@
.body { .body {
background: white; background: white;
color: black; color: black;
padding: 0.5em;
margin-left: -0.5em; margin-left: -0.5em;
margin-right: -0.5em; margin-right: -0.5em;
margin-top: 0.5em; margin-top: 0.5em;
@ -36,8 +35,9 @@
background-color: red; background-color: red;
} }
.view-part-text-plain { .view-part-text-plain {
white-space: pre-line; padding: 0.5em;
overflow-wrap: break-word; overflow-wrap: break-word;
white-space: pre-line;
} }
iframe { iframe {
height: 100%; height: 100%;