mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
perf(theme): improve navbar logo height
This commit is contained in:
parent
9f8de682fa
commit
688c96452e
@ -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;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user