Skip to content

Commit ab1711f

Browse files
committed
fix(docs): align navbar search sizing and spacing
1 parent 0027922 commit ab1711f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/css/custom.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,17 @@ div[class^="sidebar_"] .menu__link.menu__link--active {
357357
}
358358

359359
/* Search */
360-
361360
.DocSearch-Button {
362-
@apply rounded-lg px-3 py-2 !important;
361+
height: 36px;
362+
font-size: 0.875rem;
363+
border-radius: 12px;
364+
}
365+
.navbar__inner {
366+
padding-left: 24px;
367+
padding-right: 24px;
368+
}
369+
.navbar__item:hover {
370+
background-color: rgba(255, 145, 77, 0.08);
363371
}
364372

365373
.button.button--secondary.button--outline:not(.button--active):not(:hover) {

0 commit comments

Comments
 (0)