Remove class

main
Bob Mottram 2020-10-31 15:45:20 +00:00
parent 83fc9217a8
commit 3e3ff0bc82
2 changed files with 12 additions and 14 deletions

View File

@ -1958,7 +1958,7 @@ div.container {
margin: var(--vertical-between-posts-header); margin: var(--vertical-between-posts-header);
} }
.frontPageMobileButtons img { .frontPageMobileButtons img {
float: left; float: right;
max-width: 400px; max-width: 400px;
width: 15%; width: 15%;
padding: 0px 7px; padding: 0px 7px;

View File

@ -6069,15 +6069,13 @@ def headerButtonsFrontScreen(translate: {},
'/users/news/newswiremobile">' + \ '/users/news/newswiremobile">' + \
'<img loading="lazy" src="/' + iconsDir + \ '<img loading="lazy" src="/' + iconsDir + \
'/newswire.png" title="' + translate['Newswire'] + \ '/newswire.png" title="' + translate['Newswire'] + \
'" alt="| ' + translate['Newswire'] + \ '" alt="| ' + translate['Newswire'] + '"/></a>\n'
'" class="timelineicon"/></a>\n'
headerStr += \ headerStr += \
' <a href="' + \ ' <a href="' + \
'/users/news/linksmobile">' + \ '/users/news/linksmobile">' + \
'<img loading="lazy" src="/' + iconsDir + \ '<img loading="lazy" src="/' + iconsDir + \
'/links.png" title="' + translate['Links'] + \ '/links.png" title="' + translate['Links'] + \
'" alt="| ' + translate['Links'] + \ '" alt="| ' + translate['Links'] + '"/></a>\n'
'" class="timelineicon"/></a>\n'
else: else:
if not authorized: if not authorized:
headerStr += \ headerStr += \