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