mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-19 08:32:05 +00:00
Update LinksDropdown.tsx
This commit is contained in:
parent
d8df4340e4
commit
95270201cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in a new issue