From 523bfc743e4b2cc11b0cc71cd4c5515f46cdf842 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Nov 2020 10:15:05 +0000 Subject: [PATCH] Purple theme mobile search banner height --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 8f71c0b5e..5da31851c 100644 --- a/theme.py +++ b/theme.py @@ -829,6 +829,7 @@ def setThemePurple(baseDir: str): fontStr = \ "url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')" themeParams = { + "search-banner-height-mobile": "15vh", "font-size-button-mobile": "26px", "font-size": "32px", "font-size2": "26px",