Small fixes and ad rotation

This commit is contained in:
2021-11-15 23:57:52 +01:00
parent 98c1ec4042
commit 28492d6bac
5 changed files with 22 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ onMount(async () => {
}
}
if (document.body.clientWidth < 800) {
if (document.body.clientWidth < 700) {
visible = false
dispatch("visibility", false)
return