mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Make messageview a bit larger so that it is the same height as the messagelist
This commit is contained in:
parent
4bf1fa9f86
commit
7878b542a5
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ html.rl-no-preview-pane {
|
|||
|
||||
.toolbar {
|
||||
position: absolute;
|
||||
top: -50px - @rlLowMargin;
|
||||
top: -50px;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue