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