mirror of https://gitlab.com/bashrc2/epicyon
Remove container
parent
94c2f8d66a
commit
18885a7060
|
@ -738,22 +738,22 @@ a, button, input:focus, input[type='button'], input[type='reset'], input[type='s
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.button-msgScope {
|
.button-msgScope {
|
||||||
display:flex;
|
display: flex;
|
||||||
flex-direction:row;
|
flex-direction: row;
|
||||||
justify-content:center;
|
justify-content: center;
|
||||||
width:100%;
|
width: 100%;
|
||||||
min-height:100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
.button-msgScope button, .button-msgScope div.lined-thin {
|
.button-msgScope button, .button-msgScope div.lined-thin {
|
||||||
align-self:center;
|
align-self: center;
|
||||||
background:transparent;
|
background: transparent;
|
||||||
padding:1rem 1rem;
|
padding: 1rem 1rem;
|
||||||
margin:0 1rem;
|
margin: 0 1rem;
|
||||||
transition:all .5s ease;
|
transition: all .5s ease;
|
||||||
color:var(--dropdown-fg-color);
|
color: var(--dropdown-fg-color);
|
||||||
font-size:2rem;
|
font-size: 2rem;
|
||||||
letter-spacing:1px;
|
letter-spacing: 1px;
|
||||||
outline:none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
margin: -3px 0 0 0;
|
margin: -3px 0 0 0;
|
||||||
|
@ -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