From 5b6f2184ca3061f6fdf0a22b0243a4a45028674e Mon Sep 17 00:00:00 2001 From: Philipp Schneider <philipp.schneider.1@hu-berlin.de> Date: Tue, 25 Mar 2025 16:54:21 +0100 Subject: [PATCH] Remove toc in sidebar --- css/main.scss | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/css/main.scss b/css/main.scss index 82b0cc9..53b5690 100644 --- a/css/main.scss +++ b/css/main.scss @@ -50,40 +50,4 @@ $on-laptop: 800px; "base", "layout", "syntax-highlighting" -; - -.toc-sidebar { - position: fixed; - left: 20px; /* Change to right: 20px; for right-side */ - top: 100px; - width: 250px; - max-height: 80vh; - overflow-y: auto; - background: #f8f9fa; - padding: 15px; - border-radius: 5px; - font-size: 14px; - } - - .toc-sidebar nav { - position: relative; - } - - .toc-sidebar ul { - list-style-type: none; - padding-left: 0; - } - - .toc-sidebar li { - margin-bottom: 5px; - } - - .toc-sidebar a { - text-decoration: none; - color: #007bff; - } - - .toc-sidebar a:hover { - text-decoration: underline; - } - \ No newline at end of file +; \ No newline at end of file -- GitLab