loadingscreen and minify css
This commit is contained in:
@@ -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')
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user