From 6bf193329c60f519406d48f1133583b0581f2628 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:51:06 -0800 Subject: [PATCH] Fix sidebar style (#299) --- src/.vuepress/styles/index.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.vuepress/styles/index.styl b/src/.vuepress/styles/index.styl index 3f4e8b2a..efe77733 100644 --- a/src/.vuepress/styles/index.styl +++ b/src/.vuepress/styles/index.styl @@ -30,6 +30,9 @@ a.sidebar-link:hover a.sidebar-link.active background-color #fdf6f8 +.sidebar p:has( span:empty ) + padding: 0 + .theme-default-content code .token