Disallowing zooming

This commit is contained in:
WolverinDEV 2019-03-22 23:33:42 +01:00
parent 0766778a87
commit b52f318c74
2 changed files with 8 additions and 1 deletions

View file

@ -43,6 +43,11 @@
}
}
@viewport {
width: device-width;
user-zoom:fixed;
}
.select_info {
font-family: Arial;
font-size: 12px;

View file

@ -35,9 +35,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, min-zoom=1, max-zoom: 1, user-scalable=no">
<meta name="description" content="TeaSpeak Web Client, connect to any TeaSpeak server without installing anything." />
<link rel="icon" href="img/favicon/teacup.png">
<!-- TODO Needs some fix -->
<!-- <link rel="manifest" href="manifest.json"> -->
<?php
if(!$WEB_CLIENT) {