mirror of https://gitlab.com/bashrc2/epicyon
Default banner height
parent
95e8f583e3
commit
da9c50181b
|
@ -116,7 +116,7 @@
|
||||||
--likes-count-offset: 5px;
|
--likes-count-offset: 5px;
|
||||||
--likes-count-offset-mobile: 10px;
|
--likes-count-offset-mobile: 10px;
|
||||||
--publish-button-vertical-offset: 10px;
|
--publish-button-vertical-offset: 10px;
|
||||||
--banner-height: 30vh;
|
--banner-height: 15vh;
|
||||||
--banner-height-mobile: 15vh;
|
--banner-height-mobile: 15vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
theme.py
2
theme.py
|
@ -458,6 +458,8 @@ def setThemeNight(baseDir: str):
|
||||||
fontStrItalic = \
|
fontStrItalic = \
|
||||||
"url('./fonts/solidaric-italic.woff2') format('woff2')"
|
"url('./fonts/solidaric-italic.woff2') format('woff2')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"banner-height": "15vh",
|
||||||
|
"banner-height-mobile": "15vh",
|
||||||
"focus-color": "blue",
|
"focus-color": "blue",
|
||||||
"font-size-button-mobile": "26px",
|
"font-size-button-mobile": "26px",
|
||||||
"font-size": "32px",
|
"font-size": "32px",
|
||||||
|
|
Loading…
Reference in New Issue