diff --git a/theme/src/client/components/Nav/VPNavBarTitle.vue b/theme/src/client/components/Nav/VPNavBarTitle.vue index d9cab868..385dde97 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: var(--vp-nav-logo-height, 24px); + height: min(var(--vp-nav-logo-height, 24px), 48px); margin-right: 8px; }