Removed unnecessary commas triggering my OCD

This commit is contained in:
PSJahn 2022-10-30 23:19:23 +01:00 committed by GitHub
parent 7f606cd52d
commit 692d6f5bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,7 +348,7 @@ export default class VanillaTilt {
"height": "100%",
"overflow": "hidden",
"pointer-events": "none",
"border-radius": "inherit",
"border-radius": "inherit"
});
Object.assign(this.glareElement.style, {
@ -359,7 +359,7 @@ export default class VanillaTilt {
"background-image": `linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%)`,
"transform": "rotate(180deg) translate(-50%, -50%)",
"transform-origin": "0% 0%",
"opacity": "0",
"opacity": "0"
});
this.updateGlareSize();