Skip to content

Commit

Permalink
Fix triple search results
Browse files Browse the repository at this point in the history
Fixes #1432
  • Loading branch information
dennisreimann committed Oct 2, 2024
1 parent 2030419 commit 3684f67
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/.vuepress/theme/layouts/Homepage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,15 @@ export default {
#search-form.search-box .algolia-autocomplete
display block !important
#search-form.search-box .algolia-autocomplete .ds-dropdown-menu
position static !important
margin-top 1rem
max-width none
border 1px solid var(--btcpay-body-border-medium)
border-radius .5rem !important
max-width 500px !important
min-width auto !important
top auto !important
left auto !important
right auto !important
bottom auto !important
#search-form.search-box input
position relative
font-size 1.4rem !important
Expand Down

0 comments on commit 3684f67

Please sign in to comment.