From 27a19758f3551d09e5c3202aeeb7c611c67ecae6 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Fri, 8 Jan 2021 12:03:41 +0100 Subject: [PATCH] =?UTF-8?q?Do=20not=20hide=20buttons=20on=20narrow=20scree?= =?UTF-8?q?ns=20=E2=80=93=20might=20be=20ugly=20but=20I=20need=20those=20b?= =?UTF-8?q?uttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/templates/frontend/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/frontend/base.html b/frontend/templates/frontend/base.html index 47428a3..cc98757 100644 --- a/frontend/templates/frontend/base.html +++ b/frontend/templates/frontend/base.html @@ -17,7 +17,7 @@

{{ title }}

{% for button in buttons %} - {{ button.1 }} + {{ button.1 }} {% endfor %}