Skip to content

Commit

Permalink
fix(theme): properly align not found icon in algolia (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Mar 21, 2023
1 parent aecdeb9 commit 83ce1b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/theme-default/components/VPNavBarSearch.vue
Expand Up @@ -338,4 +338,8 @@ function poll() {
.dark .DocSearch-Form {
background-color: var(--vp-c-bg-soft-mute);
}
.DocSearch-Screen-Icon > svg {
margin: auto;
}
</style>

0 comments on commit 83ce1b8

Please sign in to comment.