selection and archive

This commit is contained in:
Bendt
2025-12-18 13:44:17 -05:00
parent 8244bd94c9
commit 4a21eef6f8
6 changed files with 280 additions and 51 deletions

View File

@@ -54,18 +54,19 @@ class EnvelopeListItem(Static):
EnvelopeListItem .sender-name {
width: 1fr;
color: $text-muted;
}
EnvelopeListItem .message-datetime {
width: auto;
padding: 0 1;
color: $text-muted;
color: $text-disabled;
}
EnvelopeListItem .email-subject {
width: 1fr;
padding: 0 3;
text-style: bold;
color: $text-muted;
}
EnvelopeListItem .email-preview {
@@ -76,10 +77,16 @@ class EnvelopeListItem(Static):
EnvelopeListItem.unread .sender-name {
text-style: bold;
color: $text;
}
EnvelopeListItem.unread .message-datetime {
color: $text-muted;
}
EnvelopeListItem.unread .email-subject {
text-style: bold;
color: $text;
}
"""