Skip to content

Commit

Permalink
fix: movie card style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jan 5, 2024
1 parent 235837f commit dbb4791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/components/ui/link-card/LinkCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
backdrop-filter: blur(20px) saturate(180%);
transition: background-color 0.2s ease-in-out;

gap: 1.286rem;

@apply cursor-pointer border font-sans no-underline;
@apply [&_*]:!not-italic;
@apply border border-slate-200/80 bg-gray-100/80 dark:border-neutral-700 dark:bg-zinc-800;
Expand All @@ -25,7 +27,7 @@
position: relative;
display: block;
min-width: 0;
margin-right: 0.55rem;

z-index: 1;
}

Expand Down
4 changes: 2 additions & 2 deletions src/components/ui/link-card/LinkCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ const fetchTheMovieDBData: FetchObject = {
}).color,

classNames: {
image: 'self-start mt-4',
cardRoot: '!w-full',
image: 'self-start !h-[75px] !w-[50px]',
cardRoot: '!w-full !flex-row-reverse',
},
})
json.homepage && setFullUrl(json.homepage)
Expand Down

1 comment on commit dbb4791

@vercel
Copy link

@vercel vercel bot commented on dbb4791 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
springtide.vercel.app
innei.in
shiro-innei.vercel.app

Please sign in to comment.