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;