feat: preview media min width

This commit is contained in:
DIYgod 2024-09-27 18:47:02 +08:00
parent 5e6d73a728
commit 242d0aa55e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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}