1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Reduce padding on mediaCard and change homepage in package.json

This commit is contained in:
Captain Jack Sparrow 2024-04-25 19:17:21 +00:00
parent 4a7b62bc0b
commit b981760e09
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"name": "sudo-flix", "name": "sudo-flix",
"version": "4.7.0", "version": "4.7.0",
"private": true, "private": true,
"homepage": "https://github.com/movie-web/movie-web", "homepage": "https://github.com/sussy-code/smov",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",

View file

@ -81,7 +81,7 @@ function MediaCardContent({
})} })}
/> />
<Flare.Child <Flare.Child
className={`pointer-events-auto relative mb-2 p-3 transition-transform duration-300 ${ className={`pointer-events-auto relative mb-2 p-[0.5em] transition-transform duration-300 ${
canLink ? "group-hover:scale-95" : "opacity-60" canLink ? "group-hover:scale-95" : "opacity-60"
}`} }`}
> >