mirror of https://gitlab.com/bashrc2/epicyon
Default banner height
parent
eaac43411b
commit
52e1f14361
3
theme.py
3
theme.py
|
@ -312,7 +312,8 @@ def setThemeDefault(baseDir: str):
|
||||||
"search": "jpg"
|
"search": "jpg"
|
||||||
}
|
}
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"dummy": "1234"
|
"banner-height": "20vh",
|
||||||
|
"banner-height-mobile": "10vh"
|
||||||
}
|
}
|
||||||
setThemeFromDict(baseDir, name, themeParams, bgParams)
|
setThemeFromDict(baseDir, name, themeParams, bgParams)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue