feat: preview media min width
This commit is contained in:
parent
5e6d73a728
commit
242d0aa55e
|
|
@ -38,7 +38,7 @@ const Wrapper: Component<{
|
|||
<div
|
||||
className={cn(
|
||||
"relative flex h-full w-auto overflow-hidden",
|
||||
entryId ? "rounded-l-xl bg-native" : "rounded-xl",
|
||||
entryId ? "min-w-96 items-center justify-center rounded-l-xl bg-native" : "rounded-xl",
|
||||
)}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Reference in New Issue