File tree Expand file tree Collapse file tree
ReferenceDirectoryWithFilter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ const borderStyle = isFilterRoute ? "" : "border-b border-sidebar-type-color";
1515 class =`grid grid-cols-2 lg:grid-cols-4 gap-x-[40px] min-h-[350px] h-[50vh] pt-5xl lg:pt-4xl bg-accent-color text-accent-type-color pb-md px-5 md:px-lg ${borderStyle }`
1616>
1717 <h1 class =" whitespace-pre-line col-span-full mb-5" >{ title } </h1 >
18- <p class =" text-h3 !mt-0 mb-3xl col-span-3 " >{ subtitle } </p >
18+ <p class =" text-h3 !mt-0 mb-3xl col-span-2 " >{ subtitle } </p >
1919</div >
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ export const ReferenceDirectoryWithFilter = ({
162162 < div >
163163 < div class = "h-0 overflow-visible" >
164164 < div class = "relative -top-[75px] grid h-[75px] grid-cols-2 gap-x-[40px] border-b border-sidebar-type-color bg-accent-color px-5 pb-lg md:px-lg lg:grid-cols-4" >
165- < div class = "text-body col-span-3 flex w-full max-w-[750px] border-b border-accent-type-color text-accent-type-color" >
165+ < div class = "text-body col-span-2 flex w-full max-w-[750px] border-b border-accent-type-color text-accent-type-color" >
166166 < input
167167 type = "text"
168168 id = "search"
You can’t perform that action at this time.
0 commit comments