From 65882ed7be2b5a02a103134a6958edf950187a22 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 12:22:43 +0000 Subject: [PATCH] Separator height --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 08d3468c..c8763d3e 100644 --- a/theme.py +++ b/theme.py @@ -1132,7 +1132,7 @@ def setThemeSolidaric(baseDir: str): name = 'solidaric' themeParams = { "post-separator-width": "98%", - "post-separator-height": "10px", + "post-separator-height": "40px", "border-width-header": "0", "post-line-margin": "0 5%", "post-line-width": "1px",