style(docs): adjust sidebar spacing and typography for better readability

Improve sidebar navigation spacing and line heights to enhance visual hierarchy and readability. Move CSS from external file to inline style in config for better maintainability.
This commit is contained in:
sanbuphy
2026-01-12 19:49:21 +08:00
parent 99c1fb9ba8
commit 49a92f466a
2 changed files with 49 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ import 'viewerjs/dist/viewer.css'
import TypeIt from 'typeit'
import { onMounted, watch, nextTick } from 'vue'
import { useRoute, useData } from 'vitepress'
import './style.css'
export default {
extends: DefaultTheme,