fix(theme): properly align not found icon in algolia (#2116)

pull/2117/head
Divyansh Singh 1 year ago committed by GitHub
parent aecdeb9b21
commit 83ce1b8c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -338,4 +338,8 @@ function poll() {
.dark .DocSearch-Form {
background-color: var(--vp-c-bg-soft-mute);
}
.DocSearch-Screen-Icon > svg {
margin: auto;
}
</style>

Loading…
Cancel
Save