mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Make media card larger
This commit is contained in:
parent
3570a9cd90
commit
f671afcd1b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function MediaCardContent({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Flare.Base
|
<Flare.Base
|
||||||
className={`group -m-[0.705em] p-[0.2em] rounded-xl bg-background-main transition-colors duration-300 focus:relative focus:z-10 ${
|
className={`group -m-[0.705em] rounded-xl bg-background-main transition-colors duration-300 focus:relative focus:z-10 ${
|
||||||
canLink ? "hover:bg-mediaCard-hoverBackground tabbable" : ""
|
canLink ? "hover:bg-mediaCard-hoverBackground tabbable" : ""
|
||||||
}`}
|
}`}
|
||||||
tabIndex={canLink ? 0 : -1}
|
tabIndex={canLink ? 0 : -1}
|
||||||
|
|
Loading…
Reference in a new issue