diff --git a/epicyon-profile.css b/epicyon-profile.css index fbc58b5b1..b1a69ca64 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -738,22 +738,22 @@ a, button, input:focus, input[type='button'], input[type='reset'], input[type='s text-decoration: none; } .button-msgScope { - display:flex; - flex-direction:row; - justify-content:center; - width:100%; - min-height:100%; + display: flex; + flex-direction: row; + justify-content: center; + width: 100%; + min-height: 100%; } .button-msgScope button, .button-msgScope div.lined-thin { - align-self:center; - background:transparent; - padding:1rem 1rem; - margin:0 1rem; - transition:all .5s ease; - color:var(--dropdown-fg-color); - font-size:2rem; - letter-spacing:1px; - outline:none; + align-self: center; + background: transparent; + padding: 1rem 1rem; + margin: 0 1rem; + transition: all .5s ease; + color: var(--dropdown-fg-color); + font-size: 2rem; + letter-spacing: 1px; + outline: none; } .btn { margin: -3px 0 0 0; @@ -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; diff --git a/webinterface.py b/webinterface.py index 418349482..1e8e942ae 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5326,7 +5326,6 @@ def htmlTimeline(defaultTimeline: str, translate['Switch to profile view'] + '">\n' tlStr += '
' tlStr += '
\n\n' - tlStr += '
\n' tlStr += '
\n' tlStr += '
\n'