Default banner height

merge-requests/8/head
Bob Mottram 2020-10-28 21:53:14 +00:00
parent 95e8f583e3
commit da9c50181b
2 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,7 @@
--likes-count-offset: 5px;
--likes-count-offset-mobile: 10px;
--publish-button-vertical-offset: 10px;
--banner-height: 30vh;
--banner-height: 15vh;
--banner-height-mobile: 15vh;
}

View File

@ -458,6 +458,8 @@ def setThemeNight(baseDir: str):
fontStrItalic = \
"url('./fonts/solidaric-italic.woff2') format('woff2')"
themeParams = {
"banner-height": "15vh",
"banner-height-mobile": "15vh",
"focus-color": "blue",
"font-size-button-mobile": "26px",
"font-size": "32px",