fix: remove no longer needed initial-scale=1
(#1119)
`initial-scale=1` was a workaround for a orientation change bug, that was only needed for the no longer relevant Safari for iOS < 9. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: * https://www.quirksmode.org/blog/archives/2013/10/more_about_scal.html * https://twitter.com/ppk/status/829329567219343360
This commit is contained in:
parent
8fc8108454
commit
ba0ea7ab83
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8' >
|
<meta charset='utf-8' >
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" >
|
<meta name="viewport" content="width=device-width" >
|
||||||
<meta id='theThemeColor' name='theme-color' content='#4169e1' >
|
<meta id='theThemeColor' name='theme-color' content='#4169e1' >
|
||||||
<meta name="description" content="An alternative web client for Mastodon, focused on speed and simplicity." >
|
<meta name="description" content="An alternative web client for Mastodon, focused on speed and simplicity." >
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue