From 1777f1940e70d22b8d804cf9272f645d7495b2a9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 28 Sep 2019 14:04:44 +0100 Subject: [PATCH] Extra padding --- webinterface.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 9cc85d45..a2fbc62e 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2228,7 +2228,9 @@ def htmlTimeline(translate: {},pageNumber: int, \ showIndividualPostIcons, \ manuallyApproveFollowers,False) if boxName=='tlmedia': - tlStr+='
\n' + for paddingImage in range(itemCtr % 3): + tlStr+='\n' + tlStr+='\n' # page down arrow if itemCtr>=itemsPerPage: