Skip to content

Commit

Permalink
improve user style
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Oct 8, 2023
1 parent 6e086ee commit 7c3a4b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/apps/src/components/user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ export default function User({ className, onClose = () => undefined }: Props) {
{isMounted && (
<FloatingPortal>
<div style={floatingStyles} ref={refs.setFloating} {...getFloatingProps()} className="z-20">
<div style={styles} className="bg-component border-line py-small flex flex-col rounded border">
<div
style={styles}
className="bg-component border-line py-small flex flex-col rounded border lg:border-transparent"
>
<Link
href={`/records?${UrlSearchParam.ADDRESS}=${address}`}
onClick={() => {
Expand Down

0 comments on commit 7c3a4b7

Please sign in to comment.