mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 09:45:33 +00:00
update media carousel
This commit is contained in:
parent
3d75497d96
commit
ecaf4b4667
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ function MoreCard({ link }: { link: string }) {
|
|||
className="rounded-xl bg-background-main group-hover:opacity-100"
|
||||
/>
|
||||
<Flare.Child className="pointer-events-auto relative mb-2 p-[0.4em] transition-transform duration-300">
|
||||
<div className="relative pb-[150%] w-full overflow-hidden rounded-xl bg-mediaCard-hoverBackground flex items-center justify-center">
|
||||
<div className="relative pb-[150%] w-full flex items-center justify-center">
|
||||
<div className="flex absolute inset-0 flex-col items-center justify-center">
|
||||
<Icon
|
||||
icon={Icons.ARROW_RIGHT}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ function MoreBookmarksCard() {
|
|||
className="rounded-xl bg-background-main group-hover:opacity-100"
|
||||
/>
|
||||
<Flare.Child className="pointer-events-auto relative mb-2 p-[0.4em] transition-transform duration-300">
|
||||
<div className="relative pb-[150%] w-full overflow-hidden rounded-xl bg-mediaCard-hoverBackground flex items-center justify-center">
|
||||
<div className="relative pb-[150%] w-full flex items-center justify-center">
|
||||
<div className="flex absolute inset-0 flex-col items-center justify-center">
|
||||
<Icon
|
||||
icon={Icons.ARROW_RIGHT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue