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

@ -1310,7 +1310,7 @@ div.container {
margin: 5px; margin: 5px;
} }
.frontPageMobileButtons{ .frontPageMobileButtons{
display: none; display: none;
} }
.buttonMobile { .buttonMobile {
background: transparent; background: transparent;
@ -1646,7 +1646,7 @@ div.container {
margin: 20px 60px; margin: 20px 60px;
} }
.columnIcons img { .columnIcons img {
float: right; float: right;
} }
} }
@ -1950,15 +1950,15 @@ div.container {
border-right: var(--tab-border-width) solid var(--tab-border-color); border-right: var(--tab-border-width) solid var(--tab-border-color);
} }
.frontPageMobileButtons{ .frontPageMobileButtons{
display: inline; display: inline;
border: var(--border-width-header) solid var(--border-color); border: var(--border-width-header) solid var(--border-color);
background-color: var(--main-bg-color); background-color: var(--main-bg-color);
border-radius: var(--timeline-border-radius); border-radius: var(--timeline-border-radius);
padding: var(--container-button-padding); padding: var(--container-button-padding);
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;
@ -2294,6 +2294,6 @@ div.container {
margin: 40px 80px; margin: 40px 80px;
} }
.columnIcons img { .columnIcons img {
float: right; float: right;
} }
} }

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 += \