From a02ddbfbd96b6d1fa214019caf69b833c6d1f7c4 Mon Sep 17 00:00:00 2001 From: Koll Potato Date: Sat, 23 Aug 2025 19:51:34 +0300 Subject: [PATCH 1/2] Made sidebar fixed and scrollable --- www/css.css | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/www/css.css b/www/css.css index 04067b2ac..ab07119d3 100644 --- a/www/css.css +++ b/www/css.css @@ -72,7 +72,6 @@ body:not(#phpbb) .block { .logobig { max-width: 16.8em; - position: absolute; top: -15.2em; left: -0.5em; } @@ -810,10 +809,14 @@ body:not(#phpbb) .time { padding: 2px 10px; text-align: right; width: 18.6em; - top: 18em; margin-left: 0em; border-right: 3px solid #ffd246; transition-property: border-right-color; + position: fixed; + overflow-y: auto; + overflow-x: hidden; + top: 0; + bottom: 0; } .contentleft ul { @@ -829,15 +832,7 @@ body:not(#phpbb) .time { .logosmall { display: none; } - - .title { - position: absolute; - } - - .contentleft { - position: absolute; - } - + .contentright { position: absolute; left: 39em; From f82a9a5c2065285f5eea20a9f453b24d16c7a34b Mon Sep 17 00:00:00 2001 From: Koll Potato Date: Sat, 30 Aug 2025 14:17:41 +0300 Subject: [PATCH 2/2] Fix logo being overlapped --- www/css.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css.css b/www/css.css index ab07119d3..2b49a0ef1 100644 --- a/www/css.css +++ b/www/css.css @@ -750,7 +750,6 @@ body:not(#phpbb) .time { } .title { - width: 21em; top: 0; } @@ -761,6 +760,7 @@ body:not(#phpbb) .time { .title img { width: 100%; + margin-left: 16px; } menu {