diff --git a/theme/src/client/components/Nav/VPNavBarTitle.vue b/theme/src/client/components/Nav/VPNavBarTitle.vue index 83ab522c..d9cab868 100644 --- a/theme/src/client/components/Nav/VPNavBarTitle.vue +++ b/theme/src/client/components/Nav/VPNavBarTitle.vue @@ -50,7 +50,7 @@ const routeLocale = useRouteLocale() } :deep(.logo) { - height: 24px; + height: var(--vp-nav-logo-height, 24px); margin-right: 8px; }