File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 295295 " flex-col-reverse" ,
296296 " flex-grow" ,
297297 " flex-none" ,
298+ " flex-row" ,
298299 " flex-shrink" ,
299300 " flex-shrink-0" ,
300301 " flex-wrap" ,
369370 " invertible" ,
370371 " italic" ,
371372 " items-center" ,
373+ " items-left" ,
372374 " items-start" ,
373375 " items-stretch" ,
374376 " justify-between" ,
525527 " rounded" ,
526528 " rounded-full" ,
527529 " rounded-sm" ,
530+ " row-auto" ,
528531 " scale-50" ,
529532 " scale-75" ,
530533 " scroll-mt-2" ,
593596 " transition-transform" ,
594597 " truncate" ,
595598 " underline-offset-2" ,
599+ " w-0" ,
596600 " w-2" ,
597601 " w-32" ,
598602 " w-5" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ <h1 class="py-4">{{ .Title }}</h1>
1111 < input type ="search " id ="search-page-input "
1212 class ="ring-3-gray-light-200 dark:ring-3-gray-dark-400 dark:bg-background-dark focus:ring-3-blue-light dark:focus:ring-3-blue-dark ring-3-[1.5px] w-full max-w-xl min-w-0 rounded-sm bg-white px-4 py-2 outline-hidden "
1313 placeholder ="Search… " tabindex ="0 " />
14- < div class ="flex min-w-fit flex-grow flex-col items-center ">
15- < p class =" mb-1 " > Not finding what you're looking for? Try</ p >
14+ < div class ="admonition flex flex-row min-w-fit items-center w-0 gap-1 ">
15+ < p > Not finding what you're looking for? Try</ p >
1616 < button onclick ="askAI('search-page-input') " class ="topbar-button bg-blue-400/95 border-blue-300 hover:bg-blue-400/90 ">
1717 < span > Ask AI</ span >
1818 < span class ="icon-svg ">
Original file line number Diff line number Diff line change 7575 data-bot-protection-mechanism ="hcaptcha "
7676 data-website-id ="{{ site.Params.kapa.id }} "
7777 data-modal-open-on-command-k ="true "
78+ data-modal-border-radius ="6px "
7879> </ script >
7980 < script >
8081 // Define askAI function to work with search-page-input
You can’t perform that action at this time.
0 commit comments