From d48e0f909441af837646cd67b1276c2a92c9a41e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Oct 2020 20:42:45 +0000 Subject: [PATCH] Time vertical alignment --- theme.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.py b/theme.py index 741600972..c92a91bf9 100644 --- a/theme.py +++ b/theme.py @@ -1101,6 +1101,8 @@ def setThemeIndymediaModern(baseDir: str): def setThemeSolidaric(baseDir: str): name = 'solidaric' themeParams = { + "time-vertical-align": "-4px", + "time-vertical-align-mobile": "15px", "hashtag-background-color": "lightred", "button-highlighted": "darkred", "button-selected-highlighted": "darkred",