mirror of
https://github.com/thelounge/thelounge
synced 2024-11-15 00:37:13 +00:00
Merge pull request #1910 from thelounge/xpaw/user-scalable
Allow scaling the page
This commit is contained in:
commit
9905fdcbef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="preload" as="script" href="js/bundle.vendor.js">
|
||||
<link rel="preload" as="script" href="js/bundle.js">
|
||||
|
|
Loading…
Reference in a new issue