Improve some line-height for app and message img

This commit is contained in:
the-djmaze 2022-10-20 14:40:16 +02:00
parent 3d809b1faa
commit 94e703a98b
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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;