Update LinksDropdown.tsx

This commit is contained in:
Pas 2025-11-06 23:37:23 -07:00
parent d8df4340e4
commit 95270201cb

View file

@ -253,7 +253,7 @@ export function LinksDropdown(props: { children: React.ReactNode }) {
/>
</div>
<Transition animation="slide-down" show={open}>
<div className="rounded-lg absolute w-64 bg-dropdown-altBackground top-full mt-3 right-0">
<div className="rounded-xl absolute w-64 bg-dropdown-altBackground top-full mt-3 right-0">
{deviceName && bufferSeed ? (
<DropdownLink className="text-white" href="/settings">
<UserAvatar />