Revert "Allow viewport scaling (zooming) of frontend" (#8353)

This reverts commit da9faccada662171593e91334ba4fcaf63aa7d8f.
This commit is contained in:
Bram Kragten 2021-02-19 18:06:36 +01:00 committed by GitHub
parent 2052a5351c
commit f251d4267f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
<meta name='viewport' content='width=device-width, viewport-fit=cover'>
<meta name='viewport' content='width=device-width, user-scalable=no, viewport-fit=cover'>
<style>
body {
font-family: Roboto, sans-serif;