diff --git a/theme/src/client/components/Nav/NavBarSearch.vue b/theme/src/client/components/Nav/NavBarSearch.vue index b2325296..884a07cb 100644 --- a/theme/src/client/components/Nav/NavBarSearch.vue +++ b/theme/src/client/components/Nav/NavBarSearch.vue @@ -48,11 +48,11 @@ .DocSearch-Button { display: flex; - justify-content: center; + justify-content: center !important; align-items: center; margin: 0; padding: 0; - width: 32px; + width: 36px; height: 55px; background: transparent; transition: border-color 0.25s;