diff --git a/src/css/custom.css b/src/css/custom.css index b40fda1aa..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,11 +364,7 @@ div[class^="sidebar_"] .menu__link.menu__link--active { @apply mb-3; } -/* Search */ -.DocSearch-Button { - @apply rounded-lg px-3 py-2 !important; -} .button.button--secondary.button--outline:not(.button--active):not(:hover) { color: #ffffff; @@ -871,6 +875,4 @@ textarea { .theme-back-to-top-button:hover { background-color: #e67643 !important; -} - - +} \ No newline at end of file