File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/routes/users+/$username_+ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ export default function NotesRoute({ loaderData }: Route.ComponentProps) {
38
38
< div className = "absolute inset-0 flex flex-col" >
39
39
< Link
40
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"
41
+ 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
42
>
43
43
< Img
44
44
src = { getUserImgSrc ( loaderData . owner . image ?. objectKey ) }
45
45
alt = { ownerDisplayName }
46
- className = "size-16 rounded-full object-cover lg:h-24 lg:w -24"
46
+ className = "size-16 rounded-full object-cover xl:size -24"
47
47
width = { 256 }
48
48
height = { 256 }
49
49
/>
You can’t perform that action at this time.
0 commit comments