fixed privacy policy splash
This commit is contained in:
@@ -1517,10 +1517,6 @@ select {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.right-2 {
|
||||
right: 0.5rem;
|
||||
}
|
||||
|
||||
.z-20 {
|
||||
z-index: 20;
|
||||
}
|
||||
@@ -1576,10 +1572,6 @@ select {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.ml-4 {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
@@ -2055,10 +2047,6 @@ select {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.pr-2 {
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
@@ -496,10 +496,12 @@ class SplashScreen {
|
||||
}
|
||||
}
|
||||
showSplashScreen() {
|
||||
if (window.location.href.indexOf('privacy-policy') === -1) {
|
||||
this.splashScreen.classList.remove('hidden');
|
||||
this.headerNav.classList.add('out-of-view');
|
||||
this.footerNav.classList.add('out-of-view');
|
||||
}
|
||||
}
|
||||
hideSplashScreen() {
|
||||
this.splashScreen.classList.add('close');
|
||||
setTimeout(() => {
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user