Improved message header

This commit is contained in:
djmaze 2021-11-30 11:21:51 +01:00
parent e4e26d799c
commit d4e77a97f5
2 changed files with 11 additions and 11 deletions

View file

@ -102,14 +102,19 @@ html.rl-no-preview-pane {
flex-shrink: 0;
.subjectParent {
display: flex;
font-size: 18px;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-bottom: 8px;
}
.subject, .emptySubjectText {
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.messageButtons {
margin-top: 5px;
}
@ -157,16 +162,11 @@ html.rl-no-preview-pane {
}
.emptySubjectText {
display: none;
font-style: italic;
font-weight: normal;
color: #999;
}
&.emptySubject .emptySubjectText {
display: inline;
}
.hasVirus {
background: #f00;
color: #fff;