From cc56c12e6e86ae5f7201a291edb44129f8e3e841 Mon Sep 17 00:00:00 2001 From: Samir Rashid Date: Wed, 18 Sep 2024 16:53:32 +0000 Subject: [PATCH] Fix toc crop (#221) Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css. --- _sass/_navigation.scss | 1 + _sass/_variables.scss | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_sass/_navigation.scss b/_sass/_navigation.scss index 144b8de7af1b3..99c22b0996555 100644 --- a/_sass/_navigation.scss +++ b/_sass/_navigation.scss @@ -405,6 +405,7 @@ font-weight: bold; line-height: 1.5; border-bottom: 1px solid $border-color; + text-decoration-line: none !important; &:hover { color: #000; diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 5bff8b4953a30..86a5a2834de13 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -132,9 +132,9 @@ $x-large : 1280px !default; Grid ========================================================================== */ -$right-sidebar-width-narrow : 0px; -$right-sidebar-width : 0px; -$right-sidebar-width-wide : 0px; +$right-sidebar-width-narrow : 200px !default; +$right-sidebar-width : 300px !default; +$right-sidebar-width-wide : 400px !default; $susy: ( columns: 12,