We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b270b9e commit 7a9f351Copy full SHA for 7a9f351
components/ListControls.tsx
@@ -8,7 +8,7 @@ const ListControls = () => {
8
<p>5 items left</p>
9
</div>
10
11
- <div className='flex md:w-fit w-full gap-3 font-bold md:mt-0 md:static absolute mt-36 md:shadow-none shadow-md left-0 right-0 rounded-md bg-card-bg md:py-0 py-4 px-5 justify-center'>
+ <div className='flex md:w-fit gap-3 font-bold md:mt-0 md:static absolute mt-36 md:shadow-none shadow-md w-[calc(100%-40px)] left-5 right-5 rounded-md bg-card-bg md:py-0 py-4 px-5 justify-center'>
12
<button className='text-bright-blue hover:text-text-hovered'>All</button>
13
<button className='hover:text-text-hovered'>Active</button>
14
<button className='hover:text-text-hovered'>Completed</button>
0 commit comments