Center login button

merge-requests/30/head
Bob Mottram 2020-10-13 11:36:30 +01:00
parent 31b0e81dc2
commit b0267fb39a
1 changed files with 1 additions and 1 deletions

View File

@ -3427,7 +3427,7 @@ def htmlProfile(defaultTimeline: str,
# If this is the news account then show a different banner
if isSystemAccount(nickname):
profileHeaderStr = '<div class="timeline-banner"></div>\n'
profileHeaderStr += loginButton
profileHeaderStr += '<center>' + loginButton + '</center>\n'
else:
profileHeaderStr = '<div class="hero-image">\n'
profileHeaderStr += ' <div class="hero-text">\n'