From a23faafc252ca5119ef6916bb83d890edeb53f5e Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Sun, 14 Jun 2020 15:56:33 +0200 Subject: [PATCH] Fixed menu button styling on mobile. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index a163e75..801472f 100644 --- a/static/style.css +++ b/static/style.css @@ -72,4 +72,8 @@ p { max-width: 72px; max-height: 72px; } + + .menu { + display: block; + } }