forked from indymedia/epicyon
Header buttons vertical adjust
parent
f329352512
commit
4c3a90247b
4
theme.py
4
theme.py
|
@ -1026,10 +1026,10 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
fontStrItalic = \
|
fontStrItalic = \
|
||||||
"url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
"url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"header-vertical-offset": "-15%",
|
"header-vertical-offset": "-25%",
|
||||||
"publish-button-vertical-offset": "0",
|
"publish-button-vertical-offset": "0",
|
||||||
"vertical-between-posts-header": "0 0",
|
"vertical-between-posts-header": "0 0",
|
||||||
"header-button-padding": "0 0",
|
"header-button-padding": "5px 0",
|
||||||
"containericons-horizontal-spacing": "0%",
|
"containericons-horizontal-spacing": "0%",
|
||||||
"font-size-header": "14px",
|
"font-size-header": "14px",
|
||||||
"font-size": "22px",
|
"font-size": "22px",
|
||||||
|
|
Loading…
Reference in New Issue