From e5f7d8df51b53b7a21b5874d868bf8ab01189345 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Nov 2020 10:46:17 +0000 Subject: [PATCH] Mobile links icon style --- webinterface.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webinterface.py b/webinterface.py index e2fd15a32..fc8e5dcb7 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5581,6 +5581,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, '\n' + if rssIconAtTop and not showHeaderImage: + htmlStr += '
' + if editImageClass == 'leftColEdit': htmlStr += '\n
\n' @@ -5619,6 +5622,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, if showHeaderImage: htmlStr += '
\n' + if rssIconAtTop and not showHeaderImage: + htmlStr += '

' + linksFilename = baseDir + '/accounts/links.txt' linksFileContainsEntries = False if os.path.isfile(linksFilename):