Skip to content

Commit

Permalink
Change viewport scale to fix layout on iPhone (#7623)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo authored and bewest committed Jan 22, 2023
1 parent 2349fc7 commit 08e36e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0">
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=0.9, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-startup-image" href="images/launch.png">
<meta name="apple-mobile-web-app-title" content="Nightscout">
Expand Down

0 comments on commit 08e36e8

Please sign in to comment.