Skip to content

Commit 0db3ea9

Browse files
committed
Get rid of ugly loading
1 parent 7b61647 commit 0db3ea9

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

app/public/css/main.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,18 @@ html,body{
5555
font-weight: 400;
5656
font-size: 16px;
5757
overflow-x: hidden;
58+
visibility: hidden;
5859
}
5960

6061
header{
61-
position: relative;;
62-
width: 100%;
63-
height: 35px;
64-
color: #fff;
65-
font-family: 'Source Sans Pro', sans-serif;
66-
padding-left: 20px;
67-
padding-top: 20px;
68-
padding-bottom: 20px;
62+
position: relative;;
63+
width: 100%;
64+
height: 35px;
65+
color: #fff;
66+
font-family: 'Source Sans Pro', sans-serif;
67+
padding-left: 20px;
68+
padding-top: 20px;
69+
padding-bottom: 20px;
6970
}
7071

7172
.header-text{

app/public/js/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ $(function(){
189189

190190
Howler.volume(volume);
191191

192+
// Make header and footer visible
193+
$('body').css('visibility', 'visible');
194+
192195
});
193196

194197

0 commit comments

Comments
 (0)