update doc (#6823)

This commit is contained in:
Archer
2026-04-26 21:08:47 +08:00
committed by GitHub
parent 746f83a258
commit cfad26518e
633 changed files with 3120 additions and 3454 deletions
+6
View File
@@ -48,6 +48,12 @@
gap: 0;
}
/* Sidebar active nested border: keep the left marker color in sync with text. */
#nd-sidebar a[data-active='true'] > div:first-child,
#nd-sidebar-mobile a[data-active='true'] > div:first-child {
background-color: currentColor !important;
}
/* 移除导航栏图标的上边距 - 使用通用选择器匹配所有 radix 弹窗 */
[data-radix-popper-content-wrapper] > div > a {
padding: 8px 6px;