From ec5692d44665905c65592fe989d32121c0555e99 Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Sun, 11 Feb 2024 16:27:31 -0800 Subject: [PATCH] make indent for active nav item same as inactive items --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index b8df869..5bdff68 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -50,3 +50,7 @@ img.right { float: right; width: 50% } + +li.md-nav__item.md-nav__item--active { + padding: 0 !important; +} \ No newline at end of file