From 913d5fd0d991d665efbb26cadc6b354b6b0c4704 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Tue, 7 Apr 2020 12:12:29 +0200 Subject: [PATCH] colibris: Improve table of content Display it on the left to balance with comments and chat and user that can go on the right --- .../colibris/src/components/table-of-content.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/static/skins/colibris/src/components/table-of-content.css b/src/static/skins/colibris/src/components/table-of-content.css index 0a063e3b4..fd6c5ea2b 100644 --- a/src/static/skins/colibris/src/components/table-of-content.css +++ b/src/static/skins/colibris/src/components/table-of-content.css @@ -1,9 +1,9 @@ #toc { - background: none !important; - background-color: rgb(249, 249, 249) !important; - padding: 20px !important; + padding: 20px 20px 10px 10px !important; min-width: 146px !important; - padding-left: 15px !important; + background-color: transparent !important; + border: none !important; + order: -2; } #tocItems { @@ -12,4 +12,10 @@ .plugin-ep_resizable_bars #toc { min-width: 186px !important; +} + +@media (max-width: 1200px) { + #toc { + padding-top: 10px !important + } } \ No newline at end of file