mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
allow zooming and scaling (drop user-scalable=no)
This commit is contained in:
parent
d2598a83ef
commit
17c6c2512d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<head>
|
||||
{% block head -%}
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0, shrink-to-fit=no">
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<link rel="preconnect" href="https://cdn.jsdelivr.net">
|
||||
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
|
||||
|
|
Loading…
Add table
Reference in a new issue