Update shaded background color

This commit is contained in:
2022-04-04 12:37:58 +02:00
parent 78cd5b555e
commit eb89000ecf
12 changed files with 48 additions and 28 deletions

View File

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