diff --git a/theme.py b/theme.py index d820c0cd0..2b9dfcbbb 100644 --- a/theme.py +++ b/theme.py @@ -1026,6 +1026,7 @@ def setThemeIndymediaModern(baseDir: str): fontStrItalic = \ "url('./fonts/NimbusSanL-italic.otf') format('opentype')" themeParams = { + "publish-button-vertical-offset": "0", "vertical-between-posts-header": "0 0", "header-button-padding": "0 0", "containericons-horizontal-spacing": "0%", @@ -1052,7 +1053,6 @@ def setThemeIndymediaModern(baseDir: str): "column-left-header-style": "none", "search-banner-height": "15vh", "search-banner-height-mobile": "10vh", - "publish-button-vertical-offset": "10px", "container-button-padding": "0px", "container-button-margin": "0px", "column-left-icon-size": "15%",