mirror of https://gitlab.com/bashrc2/epicyon
Mobile search banner height
parent
b97947ce6e
commit
6095696275
3
theme.py
3
theme.py
|
@ -313,7 +313,8 @@ def setThemeDefault(baseDir: str):
|
||||||
}
|
}
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"banner-height": "20vh",
|
"banner-height": "20vh",
|
||||||
"banner-height-mobile": "10vh"
|
"banner-height-mobile": "10vh",
|
||||||
|
"search-banner-height-mobile": "15vh"
|
||||||
}
|
}
|
||||||
setThemeFromDict(baseDir, name, themeParams, bgParams)
|
setThemeFromDict(baseDir, name, themeParams, bgParams)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue