Skip to content

Commit

Permalink
style: minor refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobug committed Nov 15, 2023
1 parent 2b34e9d commit e7a0f63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import emailSVGString from "./theme/svgs/email";
export default {
outline: "deep",
docFooter: {
prev: "Previous",
prev: "Prev",
next: "Next",
},
editLink: {
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/HomeFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ function turnTo(n: number) {
display: block;
color: var(--vp-c-neutral);
font-weight: 500;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.title:hover {
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Avatar />
<div :class="$style.profile">
<h1 :class="$style.nickname">
<span>{{ nickname }}</span>
{{ nickname }}
</h1>
<p :class="$style.bio">
<span :class="$style.dot">•</span>
Expand Down

0 comments on commit e7a0f63

Please sign in to comment.