From 769929268f4aebe536631a5f1148726272a0dcde Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Nov 2020 14:38:07 +0000 Subject: [PATCH] Remove button padding --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index c13009b48..3816578bc 100644 --- a/theme.py +++ b/theme.py @@ -334,6 +334,7 @@ def setThemeIndymediaClassic(baseDir: str): "search": "jpg" } themeParams = { + "container-button-padding": "0px", "hashtag-background-color": "darkred", "font-size-newswire": "18px", "font-size-publish-button": "18px",