Full width for mobile

merge-requests/8/head
Bob Mottram 2020-09-30 19:53:56 +01:00
parent 081ceb320f
commit eca16d0dc4
2 changed files with 4 additions and 4 deletions

View File

@ -1389,15 +1389,15 @@ aside .toggle-inside li {
@media screen and (max-width: 1000px) {
.column-left {
float: left;
width: var(--column-left-width);
width: 0%;
}
.column-center {
display: inline-block;
width: var(--column-center-width);
width: 100%;
}
.column-right {
float: right;
width: var(--column-right-width);
width: 0%;
}
.likesCount {
font-size: var(--font-size-likes-mobile);

View File

@ -5441,7 +5441,7 @@ def htmlTimeline(defaultTimeline: str,
'" alt="| ' + translate['Show/Hide Buttons'] + \
'" class="timelineicon"/></a>\n'
tlStr += followApprovals
tlStr += '</div>'
# tlStr += '</div>\n'
# second row of buttons for moderator actions
if moderator and boxName == 'moderation':