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) {
3838 < div className = "absolute inset-0 flex flex-col" >
3939 < Link
4040 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"
4242 >
4343 < Img
4444 src = { getUserImgSrc ( loaderData . owner . image ?. objectKey ) }
4545 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"
4747 width = { 256 }
4848 height = { 256 }
4949 />
You can’t perform that action at this time.
0 commit comments