Remove class

merge-requests/8/head
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);
}
.frontPageMobileButtons img {
float: left;
float: right;
max-width: 400px;
width: 15%;
padding: 0px 7px;

View File

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