From 8cfe7a9b5ae18fe45ccd7d60870e2eac6d6b207b Mon Sep 17 00:00:00 2001 From: Hermione Dadheech Date: Wed, 1 Oct 2025 01:18:47 +0530 Subject: [PATCH] fix:search bar styling --- src/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 8124c9ec1..a37a65f02 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -243,7 +243,7 @@ div[class^="sidebar_"] .button svg { /* Search */ .DocSearch-Button { - @apply rounded-lg p-5 !important; + @apply rounded-lg px-3 py-2 !important; } .button.button--secondary.button--outline:not(.button--active):not(:hover) { @@ -273,7 +273,7 @@ footer svg { } .DocSearch-Button { - @apply mr-[-18px] !important; + @apply mr-2 !important; } /* .footer .footer__block {