We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a4597 commit c2e79aaCopy full SHA for c2e79aa
src/client/theme-default/components/VPNavBarTitle.vue
@@ -47,6 +47,6 @@ const { currentLang } = useLangs()
47
48
:deep(.logo) {
49
margin-right: 8px;
50
- height: 24px;
+ height: var(--vp-nav-logo-height);
51
}
52
</style>
src/client/theme-default/styles/vars.css
@@ -361,6 +361,7 @@
361
--vp-nav-height: 64px;
362
--vp-nav-bg-color: var(--vp-c-bg);
363
--vp-nav-screen-bg-color: var(--vp-c-bg);
364
+ --vp-nav-logo-height: 24px;
365
366
367
/**
0 commit comments