From 582cda3c892296424b40209f5d3cb4f2e3ab18a6 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Sat, 9 Jan 2016 01:33:30 +0000 Subject: [PATCH] Fix scaling on mobile devices --- templates/generic_page.html | 2 ++ templates/index.html | 3 ++- templates/page.html | 2 ++ templates/thread.html | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/generic_page.html b/templates/generic_page.html index 965cbc2c..3ff200f9 100644 --- a/templates/generic_page.html +++ b/templates/generic_page.html @@ -6,6 +6,8 @@ {{ board.url }} - {{ board.name }} {% endblock %} + + {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} diff --git a/templates/index.html b/templates/index.html index 2771026d..1878d455 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,8 @@ - + + diff --git a/templates/thread.html b/templates/thread.html index e0ea1e07..62fe2c12 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -2,6 +2,8 @@ + +