mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-11-12 00:01:46 +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 {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 1.15; /* 1 */
|
|
||||||
-webkit-text-size-adjust: 100%; /* 2 */
|
-webkit-text-size-adjust: 100%; /* 2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app {
|
#rl-app {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
font-size: @baseFontSize;
|
font-size: @baseFontSize;
|
||||||
|
line-height: 1.15; /* 1 */
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
|
|
@ -411,6 +411,7 @@ html.rl-no-preview-pane {
|
||||||
font-family: var(--fontSans);
|
font-family: var(--fontSans);
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
line-height: 1;
|
||||||
transform: translate(-25%,0);
|
transform: translate(-25%,0);
|
||||||
width: auto;
|
width: auto;
|
||||||
width: -moz-fit-content;
|
width: -moz-fit-content;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue