mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-28 14:28:44 +00:00
Try fixing border color
This commit is contained in:
parent
c33efc51ee
commit
6f7e79c2d3
2 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ function MediaCardContent({
|
|||
})}
|
||||
/>
|
||||
<Flare.Child
|
||||
className={`pointer-events-auto relative mb-2 p-[0.5em] transition-transform duration-300 ${
|
||||
className={`pointer-events-auto relative mb-2 p-[0.4em] transition-transform duration-300 ${
|
||||
canLink ? "group-hover:scale-95" : "opacity-60"
|
||||
}`}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -245,6 +245,7 @@ export function Discover() {
|
|||
: isTVShow
|
||||
? `${category} Shows`
|
||||
: `${category} Movies`;
|
||||
// https://tailwindcss.com/docs/border-style
|
||||
return (
|
||||
<div className="relative overflow-hidden mt-2">
|
||||
<h2 className="text-2xl cursor-default font-bold text-white sm:text-3xl md:text-2xl mx-auto pl-5">
|
||||
|
|
|
|||
Loading…
Reference in a new issue