This is an automated email from the ASF dual-hosted git repository. critas pushed a commit to branch wx_0225_sidebar in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit 17e1212876ecec834fe59351614ef32afc42a954 Author: CritasWang <[email protected]> AuthorDate: Tue Feb 25 15:12:39 2025 +0800 fix sidebar style --- src/.vuepress/components/Sidevar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/components/Sidevar.vue b/src/.vuepress/components/Sidevar.vue index fd03c8dc..6bef56d1 100644 --- a/src/.vuepress/components/Sidevar.vue +++ b/src/.vuepress/components/Sidevar.vue @@ -75,7 +75,7 @@ watch( </script> <style lang="scss"> -.vp-sidebar-links li:first-child { +.vp-sidebar > ul > li:nth-child(1){ display: none; } .vp-sidebar > .vp-sidebar-links {
