forked from indymedia/epicyon
Remove class
parent
83fc9217a8
commit
3e3ff0bc82
|
@ -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;
|
||||||
|
|
|
@ -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 += \
|
||||||
|
|
Loading…
Reference in New Issue