diff --git a/epicyon-profile.css b/epicyon-profile.css index 296d87cb8..d4fcde519 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -941,13 +941,17 @@ aside .toggle-inside li { width: 100vw; } .column-left { - float: left; width: var(--column-left-width); } + .col-left { + float: left; + } .column-right { - float: right; width: var(--column-right-width); } + .col-right { + float: right; + } .column-center { display: inline-block; width: var(--column-center-width); @@ -1418,13 +1422,17 @@ aside .toggle-inside li { width: 100vw; } .column-left { - float: left; width: 0%; } + .col-left { + float: left; + } .column-right { - float: right; width: 0%; } + .col-right { + float: right; + } .column-center { display: inline-block; width: 100%; diff --git a/webinterface.py b/webinterface.py index c56bd9105..1adbdddf4 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5365,9 +5365,9 @@ def htmlTimeline(defaultTimeline: str, tlStr += ' \n' tlStr += '