Change 'viewport' on maintenance page as well and add comment

This commit is contained in:
Wolfgang Huß 2023-03-09 20:13:48 +01:00
parent b9d5fe449e
commit eb9daebe52
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ export default {
},
{
name: 'viewport',
content: 'width=device-width, initial-scale=1',
// content: 'width=device-width, initial-scale=1', // "width=device-width" does not work correctly for Safari on iOS, see https://stackoverflow.com/a/37136777
content: 'initial-scale=1',
},
{
hid: 'description',

View File

@ -62,7 +62,7 @@ export default {
},
{
name: 'viewport',
// content: 'width=device-width, initial-scale=1', // "width=device-width" does not work correctly for Safari on iOS
// content: 'width=device-width, initial-scale=1', // "width=device-width" does not work correctly for Safari on iOS, see https://stackoverflow.com/a/37136777
content: 'initial-scale=1',
},
{