mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fix "Collapse the TO" (#1199)
This commit is contained in:
parent
f61a4cc483
commit
673ada299a
2 changed files with 24 additions and 42 deletions
|
|
@ -165,25 +165,12 @@ html.rl-no-preview-pane {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.senderParent {
|
||||
margin: 7px 0;
|
||||
&.-top {
|
||||
margin-top: 0;
|
||||
}
|
||||
&.-middle {
|
||||
margin-top: -5px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
&.-bottom {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.messageButtons {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.informationShort {
|
||||
margin: 4px 0;
|
||||
margin-left: 5px;
|
||||
margin-right: 50px;
|
||||
|
||||
|
|
@ -191,18 +178,20 @@ html.rl-no-preview-pane {
|
|||
.g-ui-link;
|
||||
}
|
||||
|
||||
&.-bottom {
|
||||
margin-right: 5px;
|
||||
max-height: 100px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
html.rl-mobile &{
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.informationShortWrp {
|
||||
max-height: 100px;
|
||||
overflow-y: auto;
|
||||
min-height: 30px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.informationFull {
|
||||
margin-top: 10px;
|
||||
border: 1px solid #ddd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue