fix(core): doc explorer navigation padding (#12430)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **Style**
  - Updated navigation header to include additional left padding for improved spacing.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
CatsJuice
2025-05-26 02:06:03 +00:00
parent 2192f28500
commit adbdf32d8b

View File

@@ -8,6 +8,7 @@ export const container = style({
fontSize: 18,
lineHeight: '26px',
fontWeight: 600,
paddingLeft: 8,
});
export const item = style({