mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +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;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
body {
|
body {
|
||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
}
|
}
|
||||||
|
#message-list {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
#print-button {
|
#print-button {
|
||||||
float:right;
|
float:right;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
Loading…
Reference in a new issue