From 435fd0f440dd1db3d0e0e5a855f432c3efaf4379 Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Fri, 15 Feb 2019 17:45:11 +0800 Subject: [PATCH] Fix nav level indentation --- docs/_template/light-dark-theme/styles/master.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index 34634de51..41ee17a97 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -198,4 +198,15 @@ span.arrow-r{ width: calc(100% - 15vw); max-width: calc(100% - 15vw); } +} + +/* fix level indentation */ + +.level2 { + padding: 0 5px; +} + +.level3 { + padding: 0 5px; + font-size: 90%; } \ No newline at end of file