Make policy popup less annoying

This commit is contained in:
Bea 2021-03-16 20:39:13 +01:00
parent 09e0c3d016
commit 5959da4dec
3 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -23,4 +23,4 @@ projectFilesBackup
.DS_Store .DS_Store
dist/ dist/
install.ignore *.ignore

View File

@ -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 */

View File

@ -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>