loadingscreen and minify css

This commit is contained in:
infeeeee
2019-09-07 02:29:46 +02:00
parent 19cec75d2c
commit 1e14664a54
6 changed files with 33 additions and 6 deletions

View File

@@ -589,8 +589,9 @@
loadPage()
/* --------------------------- hide loading scree --------------------------- */
$('.loadingscreen').hide()
/* -------------------------------------------------------------------------- */
/* Black logo on scroll on mobile */
@@ -610,7 +611,7 @@
}
$(window).scroll(function () {
if (isMobile && !isMenuOpen() && (isHome || isSingle) ) {
if (isMobile && !isMenuOpen() && (isHome || isSingle)) {
$('.dis-logo, .menubutton-icon').addClass('black')
}
})