mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
Improve some line-height for app and message img
This commit is contained in:
parent
3d809b1faa
commit
94e703a98b
2 changed files with 2 additions and 1 deletions
|
@ -6,13 +6,13 @@
|
|||
html, body {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
line-height: 1.15; /* 1 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
#rl-app {
|
||||
-webkit-touch-callout: none;
|
||||
font-size: @baseFontSize;
|
||||
line-height: 1.15; /* 1 */
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
|
@ -411,6 +411,7 @@ html.rl-no-preview-pane {
|
|||
font-family: var(--fontSans);
|
||||
font-size: 11px;
|
||||
height: auto;
|
||||
line-height: 1;
|
||||
transform: translate(-25%,0);
|
||||
width: auto;
|
||||
width: -moz-fit-content;
|
||||
|
|
Loading…
Reference in a new issue