refactor: adjust sidebar item line height

pull/731/head
Kia Ishii 3 years ago
parent b31fbf3621
commit cf99dccfc4

@ -27,7 +27,7 @@ const closeSideBar = inject('close-sidebar') as () => void
<style scoped> <style scoped>
.link { .link {
display: block; display: block;
padding: 6px 0; padding: 4px 0;
color: var(--vp-c-text-2); color: var(--vp-c-text-2);
transition: color 0.5s; transition: color 0.5s;
} }

Loading…
Cancel
Save