We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d6193 commit fb1f753Copy full SHA for fb1f753
1 file changed
app/routes/users+/$username_+/notes.tsx
@@ -38,12 +38,12 @@ export default function NotesRoute({ loaderData }: Route.ComponentProps) {
38
<div className="absolute inset-0 flex flex-col">
39
<Link
40
to={`/users/${loaderData.owner.username}`}
41
- 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"
42
>
43
<Img
44
src={getUserImgSrc(loaderData.owner.image?.objectKey)}
45
alt={ownerDisplayName}
46
- className="size-16 rounded-full object-cover lg:h-24 lg:w-24"
+ className="size-16 rounded-full object-cover xl:size-24"
47
width={256}
48
height={256}
49
/>
0 commit comments