Skip to content

Commit

Permalink
Update VPNavBarTitle.vue
Browse files Browse the repository at this point in the history
修正logo高度未使用预定义设置(--vp-nav-logo-height),造成logo高度无法被覆写修改的问题。
  • Loading branch information
hrradev authored Jul 19, 2024
1 parent 4c6cbd2 commit c0ec493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/src/client/components/Nav/VPNavBarTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const routeLocale = useRouteLocale()
}
:deep(.logo) {
height: 24px;
height: var(--vp-nav-logo-height);
margin-right: 8px;
}
</style>

0 comments on commit c0ec493

Please sign in to comment.