prevent mobile panning and zooming
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
/* use whatever you like */
|
||||
/* once upon a time this was a stiefelstrapse! but no more! */
|
||||
|
||||
html, body {
|
||||
touch-action: pan-x pan-y;
|
||||
}
|
||||
html[theme='f0ck'] {
|
||||
--accent: #9f0;
|
||||
--accent-rgb: 153, 255, 0;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@if(private_society && !session)
|
||||
<html>
|
||||
<head><title>502 Bad Gateway</title></head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<body bgcolor="white">
|
||||
<div id="nginx-502-gate">
|
||||
<center><h1>502 Bad Gatew<span id="secret-letter">a</span>y</h1></center>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<script src="/s/js/comments.js?v={{ ts }}" defer></script>
|
||||
@endif
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
@if(typeof item !== 'undefined')
|
||||
<link rel="canonical" href="https://{{ domain }}/{{ item.id }}" />
|
||||
<meta property="og:site_name" content="{{ domain }}" />
|
||||
|
||||
Reference in New Issue
Block a user