Mobile search banner height

main
Bob Mottram 2020-11-07 20:14:46 +00:00
parent b97947ce6e
commit 6095696275
1 changed files with 2 additions and 1 deletions

View File

@ -313,7 +313,8 @@ def setThemeDefault(baseDir: str):
}
themeParams = {
"banner-height": "20vh",
"banner-height-mobile": "10vh"
"banner-height-mobile": "10vh",
"search-banner-height-mobile": "15vh"
}
setThemeFromDict(baseDir, name, themeParams, bgParams)