Merge pull request #6110 from Ocelot-Social-Community/5627-fix-responsive-view-on-iphone

fix(webapp): fix `viewport``width=device-width` by removing it
This commit is contained in:
Wolfgang Huß 2023-03-14 08:32:33 +01:00 committed by GitHub
commit 9d16d420af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export default {
},
{
name: 'viewport',
content: 'width=device-width, initial-scale=1',
content: 'initial-scale=1',
},
{
hid: 'description',

View File

@ -62,7 +62,7 @@ export default {
},
{
name: 'viewport',
content: 'width=device-width, initial-scale=1',
content: 'initial-scale=1',
},
{
hid: 'description',