We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be084a commit 6713266Copy full SHA for 6713266
src/css/custom.css
@@ -615,6 +615,8 @@ html[data-theme='dark'] {
615
}
616
617
@media (min-width: 768px) {
618
+
619
+ [class^='navbarSearchContainer_'],
620
.navbarSearchContainer_node_modules-\@docusaurus-theme-classic-lib-theme-Navbar-Search-styles-module {
621
margin-left: auto;
622
margin-right: auto;
@@ -630,6 +632,13 @@ html[data-theme='dark'] {
630
632
631
633
634
635
+.navbar__search-input {
636
+ width: 25rem;
637
+ background-color: #fafafa;
638
+ border: 1px solid #9e9e9e33 !important;
639
+ border-radius: 0.5rem;
640
+}
641
642
.DocSearch-Button {
643
border-radius: 0.5em !important;
644
border-color: rgb(158 158 158 / 20%) !important;
0 commit comments