diff --git a/frontend/src/app.css b/frontend/src/app.css index caa9266..eb197a4 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -72,5 +72,5 @@ button { font-family: inherit; cursor: pointer; } /play and always removed on navigation via effect cleanup. Mobile only. */ @media (max-width: 720px) { html.playing-game, html.playing-game body { overflow: hidden; } - html.playing-game footer.site { display: none; } + html.playing-game footer.ub-foot { display: none; } } diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 8564216..32fba52 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -1,6 +1,8 @@