From 493f6b2b29d5869f8aebf4d89bd181a8212e0f36 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Nov 2020 23:15:38 +0000 Subject: [PATCH] Search banner height --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index dec93871f..7dc403d0d 100644 --- a/theme.py +++ b/theme.py @@ -1119,6 +1119,7 @@ def setThemeSolidaric(baseDir: str): themeParams = { "banner-height": "35vh", "banner-height-mobile": "15vh", + "search-banner-height-mobile": "15vh", "time-vertical-align": "-4px", "time-vertical-align-mobile": "15px", "hashtag-background-color": "lightred",