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 {
|
||||
display: none;
|
||||
}
|
||||
#rl-content, #rl-right {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.message-selected {
|
||||
.close,
|
||||
.infoParent,
|
||||
.top-toolbar,
|
||||
.messageView .controls-handle,
|
||||
#tags-dropdown-id,
|
||||
.message-fixed-button-toolbar,
|
||||
|
|
@ -75,6 +80,7 @@
|
|||
}
|
||||
#V-MailMessageView {
|
||||
left: 0;
|
||||
overflow: initial;
|
||||
position: initial;
|
||||
}
|
||||
.messageView,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue