From 3684f677685e3009e88f6bc6b5ade7384f6c960d Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 2 Oct 2024 20:30:41 +0200 Subject: [PATCH] Fix triple search results Fixes #1432 --- docs/.vuepress/theme/layouts/Homepage.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/theme/layouts/Homepage.vue b/docs/.vuepress/theme/layouts/Homepage.vue index 96daba6372..3733607563 100644 --- a/docs/.vuepress/theme/layouts/Homepage.vue +++ b/docs/.vuepress/theme/layouts/Homepage.vue @@ -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