mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-22 08:10:21 +01:00
add viewport declaration
This commit is contained in:
parent
655b6849b7
commit
0ed69ef2f7
|
|
@ -28,6 +28,8 @@
|
|||
<link rel="stylesheet" type="text/css" href="static/lib/nanoscroller.css" />
|
||||
<link rel="stylesheet" type="text/css" href="static/css/openwebrx.css" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<meta name="theme-color" content="#222" />
|
||||
</head>
|
||||
<body onload="openwebrx_init();">
|
||||
<div id="webrx-page-container">
|
||||
|
|
|
|||
Loading…
Reference in a new issue