Fix screen rotation in PWA

* Fixes #1633
This commit is contained in:
JonnyWong16 2022-02-07 22:46:25 -08:00
commit 31aa9965d1
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 4 additions and 5 deletions

View file

@ -18,6 +18,5 @@
],
"theme_color": "#282a2d",
"background_color": "#282a2d",
"display": "standalone",
"orientation": "any"
"display": "standalone"
}