mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
[A11y] allow users to scale website
* on smaller screens, make fontsize bigger for inputs to not have iPhones zoom on focus
This commit is contained in:
committed by
GitHub
parent
48c2d57cd4
commit
9d01072880
@@ -18,7 +18,7 @@
|
||||
{% include "pretixpresale/fragment_js.html" %}
|
||||
<meta name="referrer" content="origin">
|
||||
{{ html_head|safe }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% block custom_header %}{% endblock %}
|
||||
{% if settings.favicon %}
|
||||
<link rel="icon" href="{{ settings.favicon|thumb:'16x16^' }}">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
{{ seatingframe_html_head|safe }}
|
||||
{% include "pretixpresale/fragment_js.html" %}
|
||||
<meta name="referrer" content="origin">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body class="full-screen-seating" data-locale="{{ request.LANGUAGE_CODE }}">
|
||||
<form method="post" data-asynctask
|
||||
|
||||
Reference in New Issue
Block a user