Fix scaling on mobile devices

This commit is contained in:
Simon McFarlane 2016-01-09 01:33:30 +00:00
parent 36e001f007
commit 582cda3c89
4 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,8 @@
<title>{{ board.url }} - {{ board.name }}</title>
{% endblock %}
</head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<body>
{{ boardlist.top }}
{% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr />{% endif %}