mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added a load-screen, will test for some time and see if it helps any
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user