This commit is contained in:
DrMint 2022-06-11 01:30:02 +02:00
parent fe5c99ee8f
commit 4b1a9d570f
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ export function PreviewCard(props: Immutable<Props>): JSX.Element {
className={`linearbg-obi ${
!keepInfoVisible &&
`-inset-x-0.5 bottom-2 opacity-[var(--cover-opacity)]
notHoverable:rounded-b-md hoverable:absolute hoverable:drop-shadow-shade-lg`
hoverable:absolute hoverable:drop-shadow-shade-lg notHoverable:rounded-b-md`
} z-20 grid gap-2 p-4 transition-opacity`}
>
{metadata?.position === "Top" && metadataJSX}