fix: adjusted width classes

This commit is contained in:
Linkie Link 2023-11-14 11:40:00 +01:00
parent 16cd8dca4d
commit 38c169aa13
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA
3 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,7 @@ function modalContent(content: React.ReactNode, isContentCard?: boolean, account
if (isContentCard)
return (
<Card
className='flex p-4 bg-white/5 lg:w-112'
className='flex flex-1 p-4 bg-white/5'
contentClassName='gap-6 flex flex-col justify-between h-full min-h-[380px]'
>
{content}

View File

@ -136,7 +136,7 @@ export default function VaultModalContent(props: Props) {
return (
<div className='flex items-start flex-1 gap-6 p-6'>
<Accordion
className='h-[546px] overflow-y-scroll scrollbar-hide'
className='h-[546px] overflow-y-scroll scrollbar-hide flex-1'
items={[
{
renderContent: () => (

View File

@ -261,7 +261,6 @@ module.exports = {
93.5: '374px',
100: '400px',
110: '440px',
112: '448px',
120: '480px',
140: '560px',
},