From 4742bf9382411d2979646a5eaed1d5c984f6c303 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Nov 2020 15:11:02 +0000 Subject: [PATCH] Search banner height --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index a54bf0b13..4f7ac310c 100644 --- a/theme.py +++ b/theme.py @@ -526,6 +526,7 @@ def setThemeStarlight(baseDir: str): setRssIconAtTop(baseDir, True) setPublishButtonAtTop(baseDir, False) themeParams = { + "search-banner-height-mobile": "15vh", "column-left-header-background": "#69282c", "column-left-image-width-mobile": "40vw", "line-spacing-newswire": "120%",