Made the image non selectable

canary
WolverinDEV 2020-08-09 15:12:39 +02:00
parent f721b3d4fd
commit 79308b1dc6
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ $setup-time: 80s / 24; /* 24 frames / sec; the initial sequence is 80 seconds */
margin-bottom: 10vh;
transition-duration: .5s;
img {
user-select: none;
}
}
.setup, .idle {