gzip pre compression
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-03-21 14:55:40 +01:00
parent 50139c6f51
commit 23fd5fe1d4
16 changed files with 388 additions and 153 deletions

View File

@@ -169,8 +169,8 @@ label {font-weight:600;}
#header {
position:absolute;
top:50px;
left:150px;
right:150px;
left:0px;
right:0px;
height:auto;
z-index:300;
background:none;

View File

@@ -1,6 +1,6 @@
$('#preloader').fadeIn('fast');
$(window).on('load', function() {
$('.spinner').fadeOut();
$('#preloader').delay(350).fadeOut('slow');
$('body').delay(350).css({'overflow':'visible'});
$('#preloader').delay(100).fadeOut('slow');
$('body').delay(100).css({'overflow':'visible'});
});