Added a load-screen, will test for some time and see if it helps any

This commit is contained in:
Kasper Rynning-Tønnesen
2018-08-08 16:20:23 +02:00
parent 5fd67867de
commit 1a27945752
2 changed files with 189 additions and 1 deletions

View File

@@ -25,6 +25,17 @@ a {
outline: 0 !important;
}
.initial-load {
display: none !important;
}
body {
height: auto !important;
overflow: initial !important;
}
#main-container, footer {
display: initial !important;
}
.error-code-container {
background: lightgrey;
border: 1px solid darkgrey;