Cleanup some CSS and improve mail compose screen

This commit is contained in:
djmaze 2021-10-26 13:36:05 +02:00
parent 09a9a45e98
commit 2efa0d8eb7
6 changed files with 108 additions and 145 deletions

View file

@ -244,7 +244,6 @@ html.rl-no-preview-pane {
}
.checkboxMessage {
line-height: 12px;
padding: 0 8px 0 6px;
font-size: 16px;
}
@ -264,7 +263,9 @@ html.rl-no-preview-pane {
}
.senderParent, .subjectParent {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@ -293,12 +294,6 @@ html.rl-no-preview-pane {
opacity: 0.5;
}
.senderParent, .subjectParent {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.threads-len span {
border-radius: 6px;
border: 1px solid #ccc;
@ -411,6 +406,7 @@ html.rl-ctrl-key-pressed .messageListItem {
.messageListItem {
.checkboxMessage {
line-height: 12px;
margin: 10px 0 -5px;
}
@ -450,21 +446,15 @@ html:not(.rl-mobile):not(.rl-side-preview-pane) {
line-height: 25px;
flex-wrap: nowrap;
.checkboxMessage {
> * {
line-height: 25px;
}
.flagParent {
margin-top: 6px;
}
.attachmentParent {
margin: 6px 8px 0 0;
}
.senderParent {
font-weight: normal;
text-overflow: none;
flex: 0 0 25%;
}