Commit cccaf872 by Arjun Jhukal

updated the menu clip

parent 9733c9c7
...@@ -82,7 +82,7 @@ export default function UserMenu({ open }: { open: boolean }) { ...@@ -82,7 +82,7 @@ export default function UserMenu({ open }: { open: boolean }) {
{/* Buy Coins & Withdraw */} {/* Buy Coins & Withdraw */}
{open && ( {open && (
<Private> <Private>
<div className="flex justify-between items-center gap-1 mb-6"> <div className="flex justify-between items-center gap-1 mb-6 px-3">
<Link href="/buy-coins" className="ss-btn bg-primary-grad flex items-center gap-2 text-[12px]"> <Link href="/buy-coins" className="ss-btn bg-primary-grad flex items-center gap-2 text-[12px]">
<Coin size={24} /> <Coin size={24} />
Buy Coins Buy Coins
...@@ -95,7 +95,7 @@ export default function UserMenu({ open }: { open: boolean }) { ...@@ -95,7 +95,7 @@ export default function UserMenu({ open }: { open: boolean }) {
</Private> </Private>
)} )}
<Box sx={{ <Box sx={{
maxHeight: "calc(100vh - 310px)", maxHeight: "calc(100vh - 280px)",
overflowY: "auto", overflowY: "auto",
}} className={` ${open ? "px-3" : ""}`}> }} className={` ${open ? "px-3" : ""}`}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment