Improve mail and calendar UI: tighter checkbox layout and current time styling

This commit is contained in:
Bendt
2025-12-19 15:56:01 -05:00
parent 8933dadcd0
commit f5ad43323c
3 changed files with 7 additions and 10 deletions

View File

@@ -123,7 +123,7 @@ EnvelopeListItem .status-icon.unread {
}
EnvelopeListItem .checkbox {
width: 2;
width: 1;
padding: 0;
}
@@ -139,12 +139,12 @@ EnvelopeListItem .message-datetime {
EnvelopeListItem .email-subject {
width: 1fr;
padding: 0 4;
padding: 0 3;
}
EnvelopeListItem .email-preview {
width: 1fr;
padding: 0 4;
padding: 0 3;
color: $text-muted;
}