mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Better messagelist item line height
This commit is contained in:
parent
8a875670d9
commit
eb9d2d8ddc
6 changed files with 18 additions and 25 deletions
|
|
@ -205,7 +205,6 @@ html.rl-no-preview-pane {
|
|||
.messageListItem {
|
||||
|
||||
position: relative;
|
||||
max-height: 60px;
|
||||
font-size: 12px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
|
@ -251,6 +250,7 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
|
||||
.checkboxMessage {
|
||||
line-height: 12px;
|
||||
padding: 0 8px 0 6px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
@ -277,9 +277,7 @@ html.rl-no-preview-pane {
|
|||
text-shadow: 0 1px 0 #eee;
|
||||
}
|
||||
|
||||
.senderParent {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
.senderParent, .subjectParent {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
@ -303,12 +301,6 @@ html.rl-no-preview-pane {
|
|||
border-color: #666;
|
||||
}
|
||||
|
||||
.subjectParent {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.subjectParent .emptySubjectText {
|
||||
display: none;
|
||||
font-style: italic;
|
||||
|
|
@ -325,7 +317,7 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
|
||||
.sender, .subject {
|
||||
margin-left: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
@ -481,6 +473,7 @@ html .messageList .line-loading {
|
|||
|
||||
.subjectParent {
|
||||
flex: 1 0 auto;
|
||||
line-height: 16px;
|
||||
margin-left: 30px;
|
||||
order: 1;
|
||||
width: calc(100% - 60px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue