This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 450f7ae2 fix sidebar style (#606)
450f7ae2 is described below
commit 450f7ae210157765c482eb88709d31deda745181
Author: CritasWang <[email protected]>
AuthorDate: Tue Feb 25 15:16:23 2025 +0800
fix sidebar style (#606)
---
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 {