Improvements for #686

This commit is contained in:
the-djmaze 2023-01-05 16:27:13 +01:00
parent 9a5ad04a6e
commit 1311fd343b
6 changed files with 11 additions and 14 deletions

View file

@ -9,7 +9,7 @@
position: absolute;
top: 0;
right: 0;
bottom: 0;
bottom: 10px;
left: 0;
padding: 0;
margin: 0;
@ -96,10 +96,8 @@ html:not(.rl-left-panel-disabled) #rl-left > .resizer,
}
#V-MailMessageList {
position: absolute;
top: 0;
bottom: @rlBottomMargin;
left: 0;
position: relative;
height: 100%;
width: 50%;
}