mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
improve viewport settings
This commit is contained in:
parent
f0fc9644ec
commit
93d544ca80
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
/>
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
||||
content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0, interactive-widget=resizes-content"
|
||||
/>
|
||||
<link rel="icon" href="./assets/favicon.png" />
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue