Browse Source

Disabled being able to select some header/footer images

Kristian Vos 3 years ago
parent
commit
2b5459c5d6

+ 1 - 0
frontend/src/components/layout/MainFooter.vue

@@ -85,6 +85,7 @@ export default {
 		margin-right: auto;
 		width: 160px;
 		order: 1;
+		user-select: none;
 	}
 
 	#footer-links {

+ 1 - 0
frontend/src/components/layout/MainHeader.vue

@@ -156,6 +156,7 @@ export default {
 		img {
 			max-height: 38px;
 			color: var(--primary-color);
+			user-select: none;
 		}
 	}
 

+ 2 - 0
frontend/src/pages/Home.vue

@@ -858,6 +858,7 @@ html {
 		filter: blur(1px);
 		border-radius: 0% 0% 33% 33% / 0% 0% 7% 7%;
 		overflow: hidden;
+		user-select: none;
 	}
 	.overlay {
 		background: linear-gradient(
@@ -894,6 +895,7 @@ html {
 				font-size: 40px;
 				color: var(--white);
 				font-family: Pacifico, cursive;
+				user-select: none;
 			}
 			.buttons {
 				display: flex;