From 0ebbe4bb4e5329ce99327179766b41c70a3e5c4e Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Sat, 10 Aug 2019 20:53:59 +0200 Subject: [PATCH] Improved navigation: folding, vsual feedback, optimization for mobile (cherry picked from commit db50f282bab1e98397cc7434a811b8b7da2fe6dc) --- _includes/nav.html | 16 +++-- _layouts/default.html | 6 ++ _sass/layout.scss | 7 ++- _sass/navigation.scss | 106 +++++++++++++++++++--------------- _sass/support/_variables.scss | 1 + assets/js/just-the-docs.js | 7 +++ 6 files changed, 88 insertions(+), 55 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index e2ef458..a2fda59 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,5 +1,5 @@