redesign overview
This commit is contained in:
@@ -17,10 +17,7 @@ export function ResponsiveContainer({ children }: ResponsiveContainerProps) {
|
||||
maxHeight,
|
||||
minHeight,
|
||||
}}
|
||||
className={cn(
|
||||
'max-sm:-mx-3 aspect-video w-full',
|
||||
editMode && 'border border-border bg-white rounded-md p-4'
|
||||
)}
|
||||
className={cn('max-sm:-mx-3 aspect-video w-full', editMode && 'card p-4')}
|
||||
>
|
||||
<AutoSizer disableHeight>
|
||||
{({ width }) =>
|
||||
|
||||
Reference in New Issue
Block a user