mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 07:26:47 +00:00
theme-game 移动端hover微调
This commit is contained in:
@@ -147,7 +147,7 @@ const GameItem = ({ item, isLargeCard }) => {
|
|||||||
<Link
|
<Link
|
||||||
title={title}
|
title={title}
|
||||||
href={`${url}`}
|
href={`${url}`}
|
||||||
className={`card-single ${isLargeCard ? 'h-80 ' : 'h-full text-xs'} w-full transition-all duration-200 hover:scale-105 shadow-md hover:shadow-lg relative rounded-lg overflow-hidden flex justify-center items-center
|
className={`card-single ${isLargeCard ? 'h-80 ' : 'h-full text-xs'} w-full transition-all duration-200 shadow-md md:hover:scale-105 md:hover:shadow-lg relative rounded-lg overflow-hidden flex justify-center items-center
|
||||||
group hover:border-purple-400`}
|
group hover:border-purple-400`}
|
||||||
onMouseOver={() => {
|
onMouseOver={() => {
|
||||||
setShowType('video')
|
setShowType('video')
|
||||||
|
|||||||
Reference in New Issue
Block a user