fix mobile border
This commit is contained in:
parent
d7dea6b865
commit
6c1b78f9d7
@ -11,7 +11,7 @@ export const FakeWindow = ({
|
||||
children: React.ReactNode
|
||||
}) => (
|
||||
<div className="mx-auto w-[480px] md:w-[520px] md:border border-primary">
|
||||
<div className="p-1 pb-0 border-primary">
|
||||
<div className="p-1 pb-0">
|
||||
<div className="hidden md:flex bg-primary p-2 justify-between text-background">
|
||||
<div className="ms-1 pointer-events-none">
|
||||
{windowText}
|
||||
@ -24,7 +24,7 @@ export const FakeWindow = ({
|
||||
</FloatingLabel>
|
||||
</div>
|
||||
</div>
|
||||
<div className="m-1 border border-primary">
|
||||
<div className="m-1 md:border border-primary">
|
||||
<div className="md:p-8">
|
||||
{children}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user