mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Merge pull request #363 from zoff-music/feature/load
Added a load-screen
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