mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
Add viewport initial-scale for iOS devices (#11330)
This commit is contained in:
parent
303af611d1
commit
a92100bb0a
@ -1,4 +1,4 @@
|
|||||||
<meta name='viewport' content='width=device-width, user-scalable=no, viewport-fit=cover'>
|
<meta name='viewport' content='width=device-width, user-scalable=no, viewport-fit=cover, initial-scale=1'>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user