Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/routes/users+/$username_+/notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ export default function NotesRoute({ loaderData }: Route.ComponentProps) {
<div className="absolute inset-0 flex flex-col">
<Link
to={`/users/${loaderData.owner.username}`}
className="bg-muted flex flex-col items-center justify-center gap-2 pt-12 pr-4 pb-4 pl-8 lg:flex-row lg:justify-start lg:gap-4"
className="bg-muted flex flex-col items-center justify-center gap-2 pt-12 pr-4 pb-4 pl-8 xl:flex-row xl:justify-start xl:gap-4"
>
<Img
src={getUserImgSrc(loaderData.owner.image?.objectKey)}
alt={ownerDisplayName}
className="size-16 rounded-full object-cover lg:h-24 lg:w-24"
className="size-16 rounded-full object-cover xl:size-24"
width={256}
height={256}
/>
Expand Down