mirror of https://gitlab.com/bashrc2/epicyon
Remove container
parent
94c2f8d66a
commit
18885a7060
|
@ -930,14 +930,14 @@ aside .toggle-inside li {
|
|||
float: left;
|
||||
width: var(--column-left-width);
|
||||
}
|
||||
.column-center {
|
||||
display: inline-block;
|
||||
width: var(--column-center-width);
|
||||
}
|
||||
.column-right {
|
||||
float: right;
|
||||
width: var(--column-right-width);
|
||||
}
|
||||
.column-center {
|
||||
display: inline-block;
|
||||
width: var(--column-center-width);
|
||||
}
|
||||
.likesCount {
|
||||
font-size: var(--font-size-likes);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
@ -1391,14 +1391,14 @@ aside .toggle-inside li {
|
|||
float: left;
|
||||
width: 0%;
|
||||
}
|
||||
.column-center {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
.column-right {
|
||||
float: right;
|
||||
width: 0%;
|
||||
}
|
||||
.column-center {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
.likesCount {
|
||||
font-size: var(--font-size-likes-mobile);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
|
|
@ -5326,7 +5326,6 @@ def htmlTimeline(defaultTimeline: str,
|
|||
translate['Switch to profile view'] + '">\n'
|
||||
tlStr += '<div class="timeline-banner">'
|
||||
tlStr += '</div>\n</a>\n'
|
||||
tlStr += '<div class="container">\n'
|
||||
|
||||
tlStr += '<div class="row">\n'
|
||||
tlStr += ' <div class="column-left">\n'
|
||||
|
|
Loading…
Reference in New Issue