diff --git a/static/webui/index.html b/static/webui/index.html index 6c62867e..4c96ef43 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -75,7 +75,7 @@ -
+

diff --git a/static/webui/style.css b/static/webui/style.css index 05677dd7..b5abd6fd 100644 --- a/static/webui/style.css +++ b/static/webui/style.css @@ -4,9 +4,20 @@ } body.logged-in #sidebar { - position: sticky; - top: 5rem; - margin-right: 3rem; + position: fixed; + } + + body.logged-in #main-content { + width: 100%; + margin-left: 7rem; + } + + body.logged-in:has([data-lang=de].active) #main-content { + margin-left: 8rem; + } + + body.logged-in:has([data-lang=zh].active) #main-content { + margin-left: 6rem; } body:not(.logged-in) #sidebar {