Mobile links icon style

merge-requests/8/head
Bob Mottram 2020-11-01 10:46:17 +00:00
parent 51398f4c71
commit e5f7d8df51
1 changed files with 6 additions and 0 deletions

View File

@ -5581,6 +5581,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
'<button class="cancelbtn">' + \
translate['Go Back'] + '</button></a>\n'
if rssIconAtTop and not showHeaderImage:
htmlStr += '<div class="columnIcons">'
if editImageClass == 'leftColEdit':
htmlStr += '\n <center>\n'
@ -5619,6 +5622,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
if showHeaderImage:
htmlStr += ' <br>\n'
if rssIconAtTop and not showHeaderImage:
htmlStr += '</div><br>'
linksFilename = baseDir + '/accounts/links.txt'
linksFileContainsEntries = False
if os.path.isfile(linksFilename):