mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Fix message @media print
This commit is contained in:
parent
a696d6c0a1
commit
b7a68a4245
1 changed files with 6 additions and 0 deletions
|
|
@ -62,9 +62,14 @@
|
||||||
#rl-left {
|
#rl-left {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#rl-content, #rl-right {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.message-selected {
|
.message-selected {
|
||||||
.close,
|
.close,
|
||||||
.infoParent,
|
.infoParent,
|
||||||
|
.top-toolbar,
|
||||||
.messageView .controls-handle,
|
.messageView .controls-handle,
|
||||||
#tags-dropdown-id,
|
#tags-dropdown-id,
|
||||||
.message-fixed-button-toolbar,
|
.message-fixed-button-toolbar,
|
||||||
|
|
@ -75,6 +80,7 @@
|
||||||
}
|
}
|
||||||
#V-MailMessageView {
|
#V-MailMessageView {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
overflow: initial;
|
||||||
position: initial;
|
position: initial;
|
||||||
}
|
}
|
||||||
.messageView,
|
.messageView,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue