Vipps should only be clickable on mobile.
This commit is contained in:
@@ -85,9 +85,11 @@ export default {
|
|||||||
context.fillText("🍾", centerX, centerY);
|
context.fillText("🍾", centerX, centerY);
|
||||||
},
|
},
|
||||||
openVipps: function() {
|
openVipps: function() {
|
||||||
|
if (window.innerWidth <= 768) {
|
||||||
window.location.assign(this.vippsUrlBasedOnUserAgent);
|
window.location.assign(this.vippsUrlBasedOnUserAgent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -108,7 +110,6 @@ export default {
|
|||||||
padding: 25px;
|
padding: 25px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.big-money {
|
.big-money {
|
||||||
|
|||||||
Reference in New Issue
Block a user