From a9796c4e9e81a966bf4def48cc9c2d60ed59d27b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 31 May 2020 11:10:49 +0100 Subject: [PATCH] Hashtag spacing with large fonts --- theme.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.py b/theme.py index 87ab07c3..6904cdda 100644 --- a/theme.py +++ b/theme.py @@ -171,6 +171,8 @@ def setThemeBlue(baseDir: str): "main-bg-color-reply": "#002365", "main-bg-color-report": "#002365", "day-number2": "#002365", + "hashtag-vertical-spacing3": "100px", + "hashtag-vertical-spacing4": "150px", "*font-family": "'Domestic_Manners'", "*src": "url('./fonts/Domestic_Manners.ttf') format('truetype')" } @@ -212,6 +214,8 @@ def setThemeHighVis(baseDir: str): "font-size5": "29px", "gallery-font-size": "35px", "gallery-font-size-mobile": "55px", + "hashtag-vertical-spacing3": "100px", + "hashtag-vertical-spacing4": "150px", "*font-family": "'LinBiolinum_Rah'", "*src": "url('./fonts/LinBiolinum_Rah.ttf') format('truetype')" }