fix: adjusted width classes
This commit is contained in:
parent
16cd8dca4d
commit
38c169aa13
@ -24,7 +24,7 @@ function modalContent(content: React.ReactNode, isContentCard?: boolean, account
|
|||||||
if (isContentCard)
|
if (isContentCard)
|
||||||
return (
|
return (
|
||||||
<Card
|
<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]'
|
contentClassName='gap-6 flex flex-col justify-between h-full min-h-[380px]'
|
||||||
>
|
>
|
||||||
{content}
|
{content}
|
||||||
|
@ -136,7 +136,7 @@ export default function VaultModalContent(props: Props) {
|
|||||||
return (
|
return (
|
||||||
<div className='flex items-start flex-1 gap-6 p-6'>
|
<div className='flex items-start flex-1 gap-6 p-6'>
|
||||||
<Accordion
|
<Accordion
|
||||||
className='h-[546px] overflow-y-scroll scrollbar-hide'
|
className='h-[546px] overflow-y-scroll scrollbar-hide flex-1'
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
renderContent: () => (
|
renderContent: () => (
|
||||||
|
@ -261,7 +261,6 @@ module.exports = {
|
|||||||
93.5: '374px',
|
93.5: '374px',
|
||||||
100: '400px',
|
100: '400px',
|
||||||
110: '440px',
|
110: '440px',
|
||||||
112: '448px',
|
|
||||||
120: '480px',
|
120: '480px',
|
||||||
140: '560px',
|
140: '560px',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user