From ab1711f199434e3dd412d507b571388f591a46f3 Mon Sep 17 00:00:00 2001 From: Preksha Pravin Salvi Date: Thu, 8 Jan 2026 19:04:49 +0530 Subject: [PATCH 1/3] fix(docs): align navbar search sizing and spacing --- src/css/custom.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index b40fda1aa..ba9700ade 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -357,9 +357,17 @@ div[class^="sidebar_"] .menu__link.menu__link--active { } /* Search */ - .DocSearch-Button { - @apply rounded-lg px-3 py-2 !important; + height: 36px; + font-size: 0.875rem; + border-radius: 12px; +} +.navbar__inner { + padding-left: 24px; + padding-right: 24px; +} +.navbar__item:hover { + background-color: rgba(255, 145, 77, 0.08); } .button.button--secondary.button--outline:not(.button--active):not(:hover) { From edfb8f2998ef48992c9c95e4f29792cbefb03498 Mon Sep 17 00:00:00 2001 From: Preksha Pravin Salvi Date: Thu, 8 Jan 2026 23:16:33 +0530 Subject: [PATCH 2/3] fix(docs): align navbar items vertically without changing search styles --- src/css/custom.css | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index ba9700ade..292f6b6a7 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -357,17 +357,11 @@ div[class^="sidebar_"] .menu__link.menu__link--active { } /* Search */ -.DocSearch-Button { - height: 36px; - font-size: 0.875rem; - border-radius: 12px; -} -.navbar__inner { - padding-left: 24px; - padding-right: 24px; -} -.navbar__item:hover { - background-color: rgba(255, 145, 77, 0.08); +.navbar__items--right { + @apply justify-end ml-auto flex-row-reverse; + gap: 13px; + align-items: center; + padding: 9px 0; } .button.button--secondary.button--outline:not(.button--active):not(:hover) { @@ -879,6 +873,4 @@ textarea { .theme-back-to-top-button:hover { background-color: #e67643 !important; -} - - +} \ No newline at end of file From d2e8212cb0d13b7fbe2fb0dac4cd30eb5068e55b Mon Sep 17 00:00:00 2001 From: Preksha Pravin Salvi Date: Fri, 9 Jan 2026 10:59:13 +0530 Subject: [PATCH 3/3] fix(docs): address navbar alignment feedback --- src/css/custom.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 292f6b6a7..6c7b1d1dd 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -339,6 +339,14 @@ div[class^="sidebar_"] .menu__link.menu__link--active { } /* Navbar */ +/* Search */ +.navbar__items--right { + @apply justify-end ml-auto flex-row-reverse; + gap: 13px; + align-items: center; + padding: 9px 0; +} + .navbar__inner { @apply mx-auto w-full max-w-none px-4 shadow-none lg:px-10; } @@ -356,13 +364,7 @@ div[class^="sidebar_"] .menu__link.menu__link--active { @apply mb-3; } -/* Search */ -.navbar__items--right { - @apply justify-end ml-auto flex-row-reverse; - gap: 13px; - align-items: center; - padding: 9px 0; -} + .button.button--secondary.button--outline:not(.button--active):not(:hover) { color: #ffffff;