File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 295
295
" flex-col-reverse" ,
296
296
" flex-grow" ,
297
297
" flex-none" ,
298
+ " flex-row" ,
298
299
" flex-shrink" ,
299
300
" flex-shrink-0" ,
300
301
" flex-wrap" ,
369
370
" invertible" ,
370
371
" italic" ,
371
372
" items-center" ,
373
+ " items-left" ,
372
374
" items-start" ,
373
375
" items-stretch" ,
374
376
" justify-between" ,
525
527
" rounded" ,
526
528
" rounded-full" ,
527
529
" rounded-sm" ,
530
+ " row-auto" ,
528
531
" scale-50" ,
529
532
" scale-75" ,
530
533
" scroll-mt-2" ,
593
596
" transition-transform" ,
594
597
" truncate" ,
595
598
" underline-offset-2" ,
599
+ " w-0" ,
596
600
" w-2" ,
597
601
" w-32" ,
598
602
" w-5" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ <h1 class="py-4">{{ .Title }}</h1>
11
11
< input type ="search " id ="search-page-input "
12
12
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 "
13
13
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 >
16
16
< button onclick ="askAI('search-page-input') " class ="topbar-button bg-blue-400/95 border-blue-300 hover:bg-blue-400/90 ">
17
17
< span > Ask AI</ span >
18
18
< span class ="icon-svg ">
You can’t perform that action at this time.
0 commit comments