From 7b3fd284961216b971188f7dc8319eb0105a326e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 13:57:29 +0000 Subject: [PATCH] Icon block padding --- epicyon-profile.css | 2 ++ theme.py | 1 + 2 files changed, 3 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index a2778ffb8..f062a6e33 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -89,6 +89,7 @@ --column-left-header-size: 20px; --column-left-header-size-mobile: 50px; --column-left-border-width: 0; + --column-left-icons-margin: 0; --column-right-border-width: 0; --column-left-border-color: black; --column-left-icon-size: 20%; @@ -159,6 +160,7 @@ body, html { background-color: var(--main-bg-color); float: right; display: block; + padding-bottom: var(--column-left-icons-margin); } .postSeparatorImage img { diff --git a/theme.py b/theme.py index 63a8a9feb..7888ca17e 100644 --- a/theme.py +++ b/theme.py @@ -1131,6 +1131,7 @@ def setThemeIndymediaModern(baseDir: str): def setThemeSolidaric(baseDir: str): name = 'solidaric' themeParams = { + "column-left-icons-margin": "15px", "post-separator-width": "96.5%", "post-separator-height": "40px", "border-width-header": "0",