From 07612479c25fc2886693395ef0d07190660c4a2c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 21:49:06 +0000 Subject: [PATCH] Publish button at top --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%",