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

@ -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 {