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:
Cătălin Mariș 2019-03-26 18:40:11 -07:00 committed by Nolan Lawson
parent 8fc8108454
commit ba0ea7ab83
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<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 name="description" content="An alternative web client for Mastodon, focused on speed and simplicity." >