From 4fe35d53796950aca2f028d6c8a259f059f6321d Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Wed, 18 Nov 2020 21:16:10 +0000
Subject: [PATCH] No distance between posts

---
 theme/indymediamodern/theme.json | 1 +
 webapp_profile.py                | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json
index 227949505..ea781a88e 100644
--- a/theme/indymediamodern/theme.json
+++ b/theme/indymediamodern/theme.json
@@ -17,6 +17,7 @@
     "calendar-horizontal-padding": "20%",
     "time-vertical-align": "10px",
     "publish-button-vertical-offset": "10px",
+    "vertical-between-posts": "0",
     "vertical-between-posts-header": "0 0",
     "header-button-padding": "0 0",
     "containericons-horizontal-spacing": "0%",
diff --git a/webapp_profile.py b/webapp_profile.py
index 84dbc57e7..6f7667c6b 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -614,9 +614,6 @@ def htmlProfile(rssIconAtTop: bool,
     if isSystemAccount(nickname):
         bannerFile, bannerFilename = \
             getBannerFile(baseDir, nickname, domain)
-        # profileStyle = \
-        #     profileStyle.replace('banner.png',
-        #                          '/users/' + nickname + '/' + bannerFile)
 
     licenseStr = \
         '<a href="https://gitlab.com/bashrc2/epicyon">' + \