Skip to content

Commit

Permalink
perf: 优化 文章列表页侧边栏 UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 5, 2024
1 parent a3fa5e4 commit a268b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/src/client/components/BlogAside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const { hasBlogExtract, tags, archives } = useBlogExtract()
}
.blog-nav {
padding: 10px 24px 0;
padding: 10px 12px 0;
margin: 24px 24px 0;
display: grid;
gap: 16px;
Expand All @@ -77,6 +77,7 @@ const { hasBlogExtract, tags, archives } = useBlogExtract()
.nav-link {
display: flex;
align-items: center;
justify-content: center;
padding: 3px;
color: var(--vp-c-brand-1);
font-weight: 600;
Expand Down

0 comments on commit a268b84

Please sign in to comment.