mirror of
https://github.com/aljazceru/sendstr-web.git
synced 2025-12-17 06:24:24 +01:00
Remove Card from recieve view.
This commit is contained in:
@@ -72,7 +72,6 @@ export const ReceiveView = ({ keys }: ReceiveViewProps) => {
|
||||
|
||||
return (
|
||||
<div className="max-w-[64rem] m-auto">
|
||||
<Card>
|
||||
<div className="p-10">
|
||||
<div className="flex flex-col lg:flex-row">
|
||||
{peerKey === "" && (
|
||||
@@ -108,8 +107,7 @@ export const ReceiveView = ({ keys }: ReceiveViewProps) => {
|
||||
gravity: "bottom",
|
||||
position: "center",
|
||||
stopOnFocus: false,
|
||||
className:
|
||||
"flex fixed bottom-0 bg-custom-black p-2 rounded left-[45%] z-50",
|
||||
className: "flex fixed bottom-0 bg-custom-black p-2 rounded left-[45%] z-50",
|
||||
}).showToast()
|
||||
}}
|
||||
>
|
||||
@@ -121,7 +119,6 @@ export const ReceiveView = ({ keys }: ReceiveViewProps) => {
|
||||
</div>
|
||||
<div>{peerKey !== "" && <Message message={message} onChange={onMessageChange} />}</div>
|
||||
</div>
|
||||
</Card>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user