Make messageview a bit larger so that it is the same height as the messagelist

This commit is contained in:
the-djmaze 2022-11-19 13:12:55 +01:00
parent 4bf1fa9f86
commit 7878b542a5
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ html, body {
#rl-app {
-webkit-touch-callout: none;
font-size: var(--main-font-size, 14px);
line-height: 1.15; /* 1 */
line-height: 1.25; /* 1 */
position: fixed;
top: 0;
left: 0;