Skip to content

Commit 83ce1b8

Browse files
authored
fix(theme): properly align not found icon in algolia (#2116)
1 parent aecdeb9 commit 83ce1b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/client/theme-default/components/VPNavBarSearch.vue

+4
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,8 @@ function poll() {
338338
.dark .DocSearch-Form {
339339
background-color: var(--vp-c-bg-soft-mute);
340340
}
341+
342+
.DocSearch-Screen-Icon > svg {
343+
margin: auto;
344+
}
341345
</style>

0 commit comments

Comments
 (0)