From fa6c6e07253ddf2c72710fc2f9c7a82c58b62907 Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Thu, 29 Jul 2021 17:00:40 +0200 Subject: [PATCH] Adjust docs navigation background color for smaller screens Signed-off-by: Philipp Hugenroth --- microsite/static/css/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/microsite/static/css/custom.css b/microsite/static/css/custom.css index 2c8b46ff00..ab70be3197 100644 --- a/microsite/static/css/custom.css +++ b/microsite/static/css/custom.css @@ -288,6 +288,16 @@ td { .tocToggler { display: none; } + + .docsSliderActive .toc section .navGroups{ + padding-top: 0; + padding-bottom: 0; + } + + .docsSliderActive.docsNavContainer{ + background-color: #121212; + padding-bottom: 0; + } } /* content */