File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export function Navbar({ items }: NavbarProps): ReactElement {
155155
156156 < Flexsearch
157157 className = {
158- "block select-none p-8 text-sm max-md:hidden [&>input::placeholder]:text-neu-700 [&>input]:bg-neu-0/[.55] [&>input]:text-neu-900"
158+ "block select-none text-sm max-md:hidden [&>input::placeholder]:text-neu-700 [&>input]:bg-neu-0/[.55] [&>input]:text-neu-900"
159159 }
160160 setMenu = { setMenu }
161161 />
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export function Search({
8585 const icon = mounted && ! focused && (
8686 < kbd
8787 className = { clsx (
88- "_absolute _my-1.5 _select-none ltr:_right -1.5 rtl:_left -1.5" ,
88+ "_my-1.5 _select-none rtl:_left -1.5 absolute right -1.5" ,
8989 "_h-5 _rounded _bg-white _px-1.5 _font-mono _text-[11px] _font-medium _text-gray-500" ,
9090 "_border dark:_border-gray-100/20 dark:_bg-black/50" ,
9191 "contrast-more:_border-current contrast-more:_text-current contrast-more:dark:_border-current" ,
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ export function Sidebar({
434434 >
435435 < div className = "px-4 pt-4 md:hidden" >
436436 < Flexsearch
437- className = "block select-none p-8 text-sm text-neu-500"
437+ className = "block select-none text-sm text-neu-500"
438438 setMenu = { setMenu }
439439 />
440440 </ div >
Original file line number Diff line number Diff line change 77 --foreground-rgb : 0 , 0 , 0 ;
88 --background-start-rgb : 214 , 219 , 220 ;
99 --background-end-rgb : 255 , 255 , 255 ;
10+
11+ --nextra-navbar-height : 64px ;
1012}
1113
1214@media (prefers-color-scheme : dark) {
You can’t perform that action at this time.
0 commit comments