mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Improvements for #686
This commit is contained in:
parent
9a5ad04a6e
commit
1311fd343b
6 changed files with 11 additions and 14 deletions
|
|
@ -53,11 +53,11 @@ html, body {
|
|||
-webkit-touch-callout: none;
|
||||
font-size: var(--main-font-size, 14px);
|
||||
line-height: 1.25; /* 1 */
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
position: relative;
|
||||
}
|
||||
body#rl-app {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
#rl-loading, #rl-loading-error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue