Update
This commit is contained in:
@@ -118,18 +118,22 @@ const Editor = () => {
|
||||
|
||||
<EditorHeader className="mx-auto" style={{ width: `${responsiveWidth}px` }} />
|
||||
|
||||
{isBelowMinWidth ? (
|
||||
<div className="flex-1 flex items-center justify-center px-4 bg-white h-full rounded-lg border shadow-lg">
|
||||
{isBelowMinWidth ? (
|
||||
<div className="aspect-[9/16]">
|
||||
<div className="flex-1 flex items-center justify-center p-6 bg-white h-full rounded-lg border shadow-lg ">
|
||||
|
||||
<div>
|
||||
<video className="mx-auto" width="100" height="100%" src="https://cdn.memeaigen.com/videos/cat%20asking%20for%20food.webm" autoPlay muted loop />
|
||||
<div className="text-center">
|
||||
<p className="text-gray-600 text-sm leading-relaxed">
|
||||
Please continue with desktop for a more refined experience!
|
||||
<div className="text-center">
|
||||
<div className="text-xl
|
||||
font-bold">YIKES 🥔</div>
|
||||
<p className="text-muted-foreground text-sm leading-relaxed">
|
||||
You seem to be using a potato-sized screen. Please continue with desktop for a more refined experience!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
<>
|
||||
<EditorCanvas maxWidth={maxWidth} />
|
||||
|
||||
Reference in New Issue
Block a user