Make policy popup less annoying
This commit is contained in:
parent
09e0c3d016
commit
5959da4dec
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,4 +23,4 @@ projectFilesBackup
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
dist/
|
dist/
|
||||||
install.ignore
|
*.ignore
|
||||||
|
@ -1077,7 +1077,7 @@ if an image has a description, class ".kg-card-hascaption" is applied to the con
|
|||||||
-o-user-select: none;
|
-o-user-select: none;
|
||||||
|
|
||||||
/* Size */
|
/* Size */
|
||||||
width: 600px;
|
width: 500px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
/* Positioning */
|
/* Positioning */
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<div class="mind-policy-popup" id="mind-policy-popup">
|
<div class="mind-policy-popup" id="mind-policy-popup">
|
||||||
<h4>This website uses cookies.</h4>
|
<h4>This website uses cookies.</h4>
|
||||||
<p>We use cookies to ensure you the best experience.
|
<p>Cookies are used for functionality and statistics.
|
||||||
<br>
|
<br>
|
||||||
By visiting our website, you agree with our <a href="/policy" target="_blank">Privacy Policy</a>.
|
By continuing, you agree with the <a href="/policy" target="_blank">Privacy Policy</a>.
|
||||||
</p>
|
</p>
|
||||||
<button onclick="giveConsent()">Ok, understood</button>
|
<button onclick="giveConsent()">Ok, understood</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user