mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 05:06:53 +08:00
💄(print): Fix #1425
This commit is contained in:
parent
5691fc88ca
commit
6ec0045677
2 changed files with 4 additions and 0 deletions
|
@ -408,6 +408,7 @@ body.platform-win32 {
|
|||
float: right;
|
||||
text-align: right;
|
||||
display: flex;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
body {
|
||||
overflow: auto !important;
|
||||
}
|
||||
#message-list {
|
||||
background: transparent;
|
||||
}
|
||||
#print-button {
|
||||
float:right;
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Reference in a new issue