diff --git a/theme.py b/theme.py index 7e1000c52..eb4717344 100644 --- a/theme.py +++ b/theme.py @@ -942,6 +942,8 @@ def setThemeHacker(baseDir: str): def setThemeLight(baseDir: str): name = 'light' themeParams = { + "banner-height": "20vh", + "banner-height-mobile": "10vh", "hashtag-background-color": "lightblue", "focus-color": "grey", "font-size-button-mobile": "26px",