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;

View file

@ -105,7 +105,7 @@ html:not(.rl-left-panel-disabled) #rl-left > .resizer,
#V-MailMessageView {
position: absolute;
top: 50px + @rlLowMargin;
top: 50px;
bottom: 13px;
right: 0;
left: 0;

View file

@ -17,7 +17,7 @@ html.rl-no-preview-pane {
.toolbar {
position: absolute;
top: -50px - @rlLowMargin;
top: -50px;
right: 0;
left: 0;
height: 30px;