mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +08:00
Resolve #591
This commit is contained in:
parent
108dd92163
commit
9130da9dca
1 changed files with 2 additions and 3 deletions
|
@ -27,10 +27,9 @@ html.rl-no-preview-pane {
|
|||
background-color: #fff;
|
||||
border: 1px solid @rlMainDarkColor;
|
||||
border-radius: @rlMainBorderRadius;
|
||||
/*
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
*/
|
||||
|
||||
.b-footer {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
|
@ -237,7 +236,7 @@ html:not(rl-mobile) {
|
|||
}
|
||||
|
||||
.attachmentParent {
|
||||
margin: 2px 10px 0 5px;
|
||||
margin: 0 10px 0 5px;
|
||||
}
|
||||
|
||||
.senderParent, .subjectParent {
|
||||
|
|
Loading…
Reference in a new issue