From 4322b17a815da9c9ff0d0f735560d4197cb3a0a7 Mon Sep 17 00:00:00 2001 From: Yuhao Date: Wed, 29 Nov 2023 14:58:27 +0800 Subject: [PATCH] fix: app card hover selector (#1646) --- web/app/components/explore/app-card/index.tsx | 2 +- web/app/components/explore/app-card/style.module.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/app/components/explore/app-card/index.tsx b/web/app/components/explore/app-card/index.tsx index 3b26661a9e..b96a68e0c0 100644 --- a/web/app/components/explore/app-card/index.tsx +++ b/web/app/components/explore/app-card/index.tsx @@ -30,7 +30,7 @@ const AppCard = ({ const { t } = useTranslation() const { app: appBasicInfo } = app return ( -
+
diff --git a/web/app/components/explore/app-card/style.module.css b/web/app/components/explore/app-card/style.module.css index 6bde516376..c36a2e0c8c 100644 --- a/web/app/components/explore/app-card/style.module.css +++ b/web/app/components/explore/app-card/style.module.css @@ -1,3 +1,7 @@ +.wrap { + display: flex; +} + .mode { display: flex; height: 28px;