From 5d1a689d1ac531566499d62b3e98090861abd5d9 Mon Sep 17 00:00:00 2001 From: Seth For Privacy Date: Wed, 13 Apr 2022 13:12:58 -0400 Subject: [PATCH] Match right side padding when ToC is used on left Simply bumps padding on left ToC to 15px to match that of right ToC -- the hard-alignment with no padding is a bit jarring ATM. --- assets/css/common/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 5b5d685..f90c8cd 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -305,7 +305,7 @@ h6:hover .anchor { z-index: 1; } .toc.side.left { - left: 0px; + left: 15px; width: 250px; } .toc.side.right {