web: more dense email headers

This commit is contained in:
2024-10-01 17:19:52 -07:00
parent e0d0ede2ce
commit 58acd8018a
2 changed files with 26 additions and 68 deletions

View File

@@ -41,38 +41,6 @@
}
}
.message {
display: inline-block;
padding: 0.5em;
width: 100%;
}
.message .header table td {
border: 0;
padding: 0;
}
.message .header .media-right {
padding: 1rem;
}
.message .headers {
position: relative;
width: 100%;
}
.message .headers .read-status {
position: absolute;
right: 1em;
top: 0em;
}
.message .headers .header {
overflow: clip;
text-overflow: ellipsis;
white-space: nowrap;
}
.message .body {
background: white;
color: black;