perf(theme): improve navbar logo height
This commit is contained in:
parent
9f8de682fa
commit
688c96452e
@ -50,7 +50,7 @@ const routeLocale = useRouteLocale()
|
|||||||
}
|
}
|
||||||
|
|
||||||
:deep(.logo) {
|
:deep(.logo) {
|
||||||
height: var(--vp-nav-logo-height, 24px);
|
height: min(var(--vp-nav-logo-height, 24px), 48px);
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user