mirror of https://gitlab.com/bashrc2/epicyon
Publish button at top
parent
840e8ba4b9
commit
07612479c2
2
theme.py
2
theme.py
|
@ -1026,6 +1026,7 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
fontStrItalic = \
|
fontStrItalic = \
|
||||||
"url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
"url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"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": "0 0",
|
||||||
"containericons-horizontal-spacing": "0%",
|
"containericons-horizontal-spacing": "0%",
|
||||||
|
@ -1052,7 +1053,6 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
"column-left-header-style": "none",
|
"column-left-header-style": "none",
|
||||||
"search-banner-height": "15vh",
|
"search-banner-height": "15vh",
|
||||||
"search-banner-height-mobile": "10vh",
|
"search-banner-height-mobile": "10vh",
|
||||||
"publish-button-vertical-offset": "10px",
|
|
||||||
"container-button-padding": "0px",
|
"container-button-padding": "0px",
|
||||||
"container-button-margin": "0px",
|
"container-button-margin": "0px",
|
||||||
"column-left-icon-size": "15%",
|
"column-left-icon-size": "15%",
|
||||||
|
|
Loading…
Reference in New Issue