Skip to content

Commit

Permalink
update index html
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jan 20, 2024
1 parent 62809e9 commit f7f7bfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
This viewport works for phones with notches.
It's optimized for gestures by disabling global zoom.
-->
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!--
This is for the electron desktop app.
NOTE: it is not needed for the web app.
Expand All @@ -32,7 +31,7 @@
<style>
/**
* Extend the react-native-web reset:
* https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/exports/StyleSheet/initialRules.js
* https://necolas.github.io/react-native-web/docs/setup/#root-element
*/
html,
body,
Expand Down

0 comments on commit f7f7bfa

Please sign in to comment.