diff --git a/epicyon-profile.css b/epicyon-profile.css index 45a8e5c14..fbc58b5b1 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -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); diff --git a/webinterface.py b/webinterface.py index 51dea5267..5f59f36ab 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5441,7 +5441,7 @@ def htmlTimeline(defaultTimeline: str, '" alt="| ' + translate['Show/Hide Buttons'] + \ '" class="timelineicon"/>\n' tlStr += followApprovals - tlStr += '' +# tlStr += '\n' # second row of buttons for moderator actions if moderator and boxName == 'moderation':