mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-04 14:39:43 +00:00
add margins between discover cards
This commit is contained in:
parent
a60523a8b2
commit
b804c135b6
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ export function DiscoverContent() {
|
|||
`/media/tmdb-${isTVShow ? "tv" : "movie"}-${media.id}-from-discover`,
|
||||
)
|
||||
}
|
||||
className="discover-card max-h-200 text-center relative mt-3 mx-[0.285em] transition-transform duration-[0.45s] hover:scale-105"
|
||||
className="discover-card max-h-200 text-center relative mt-3 mx-[0.2em] md:mx-[0.5em] transition-transform duration-[0.45s] hover:scale-105"
|
||||
style={{ flex: `0 0 ${movieWidth}` }} // Set a fixed width for each movie
|
||||
>
|
||||
<Flare.Base className="group cursor-pointer rounded-xl relative p-[0.65em] bg-background-main transition-colors duration-300 bg-transparent">
|
||||
|
|
|
|||
Loading…
Reference in a new issue