mirror of https://gitlab.com/bashrc2/epicyon
Full width for mobile
parent
081ceb320f
commit
eca16d0dc4
|
@ -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);
|
||||
|
|
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue