From 16e02832f42caf23624460744e1f8084c3d643cd Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 11 Mar 2023 23:32:29 +0200 Subject: [PATCH] fix donate btn on mobile --- files/templates/header.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/header.html b/files/templates/header.html index f352fcea4..0c1ef4ba0 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -91,13 +91,13 @@ - - {% if not (v and v.patron) %} - - {% endif %} {% endif %} + {% if not (v and v.patron) %} + + {% endif %} + {% if g.browser == 'webview' %} {% endif %}