Skip to content

Dev #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 2, 2021
Merged

Dev #251

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use screen width
  • Loading branch information
graham-trott committed May 2, 2021
commit ef87f6760f66d909b96fa56c9c34bdc75363935c
2 changes: 1 addition & 1 deletion resources/ecs/main.ecs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
if mobile
set the style of Body to `width:300px`
else
set the style of Body to `width:100%;max-width:1200px;margin:0 auto`
set the style of Body to `width:100vw;max-width:1200px;margin:0 auto`

on message
begin
Expand Down