This commit is contained in:
the-djmaze 2022-10-28 00:29:51 +02:00
parent 108dd92163
commit 9130da9dca

View file

@ -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 {