Skip to content

Commit 4b024c5

Browse files
committed
filter width
1 parent eb8c9df commit 4b024c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/components/ReferenceDirectoryWithFilter

src/components/ReferenceDirectoryWithFilter/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ export const ReferenceDirectoryWithFilter = ({
161161
return (
162162
<div>
163163
<div class="h-0 overflow-visible">
164-
<div class="relative -top-[75px] h-[75px] border-b border-sidebar-type-color bg-accent-color px-5 pb-lg md:px-lg">
165-
<div class="text-body flex w-full max-w-[750px] border-b border-accent-type-color text-accent-type-color">
164+
<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">
166166
<input
167167
type="text"
168168
id="search"

0 commit comments

Comments
 (0)