forked from indymedia/epicyon
Full width for mobile
parent
081ceb320f
commit
eca16d0dc4
|
@ -1389,15 +1389,15 @@ aside .toggle-inside li {
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1000px) {
|
||||||
.column-left {
|
.column-left {
|
||||||
float: left;
|
float: left;
|
||||||
width: var(--column-left-width);
|
width: 0%;
|
||||||
}
|
}
|
||||||
.column-center {
|
.column-center {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: var(--column-center-width);
|
width: 100%;
|
||||||
}
|
}
|
||||||
.column-right {
|
.column-right {
|
||||||
float: right;
|
float: right;
|
||||||
width: var(--column-right-width);
|
width: 0%;
|
||||||
}
|
}
|
||||||
.likesCount {
|
.likesCount {
|
||||||
font-size: var(--font-size-likes-mobile);
|
font-size: var(--font-size-likes-mobile);
|
||||||
|
|
|
@ -5441,7 +5441,7 @@ def htmlTimeline(defaultTimeline: str,
|
||||||
'" alt="| ' + translate['Show/Hide Buttons'] + \
|
'" alt="| ' + translate['Show/Hide Buttons'] + \
|
||||||
'" class="timelineicon"/></a>\n'
|
'" class="timelineicon"/></a>\n'
|
||||||
tlStr += followApprovals
|
tlStr += followApprovals
|
||||||
tlStr += '</div>'
|
# tlStr += '</div>\n'
|
||||||
|
|
||||||
# second row of buttons for moderator actions
|
# second row of buttons for moderator actions
|
||||||
if moderator and boxName == 'moderation':
|
if moderator and boxName == 'moderation':
|
||||||
|
|
Loading…
Reference in New Issue