From 4c3a90247b6cb23cfb3354b5843c714444fde6e3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 22:43:23 +0000 Subject: [PATCH] Header buttons vertical adjust --- theme.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.py b/theme.py index edae0222..6caec35a 100644 --- a/theme.py +++ b/theme.py @@ -1026,10 +1026,10 @@ def setThemeIndymediaModern(baseDir: str): fontStrItalic = \ "url('./fonts/NimbusSanL-italic.otf') format('opentype')" themeParams = { - "header-vertical-offset": "-15%", + "header-vertical-offset": "-25%", "publish-button-vertical-offset": "0", "vertical-between-posts-header": "0 0", - "header-button-padding": "0 0", + "header-button-padding": "5px 0", "containericons-horizontal-spacing": "0%", "font-size-header": "14px", "font-size": "22px",