mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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;
|
background-color: #fff;
|
||||||
border: 1px solid @rlMainDarkColor;
|
border: 1px solid @rlMainDarkColor;
|
||||||
border-radius: @rlMainBorderRadius;
|
border-radius: @rlMainBorderRadius;
|
||||||
/*
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
*/
|
|
||||||
.b-footer {
|
.b-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
@ -237,7 +236,7 @@ html:not(rl-mobile) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachmentParent {
|
.attachmentParent {
|
||||||
margin: 2px 10px 0 5px;
|
margin: 0 10px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.senderParent, .subjectParent {
|
.senderParent, .subjectParent {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue