Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
4322b17a
Unverified
Commit
4322b17a
authored
Nov 29, 2023
by
Yuhao
Committed by
GitHub
Nov 29, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: app card hover selector (#1646)
parent
451af66b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
index.tsx
web/app/components/explore/app-card/index.tsx
+1
-1
style.module.css
web/app/components/explore/app-card/style.module.css
+4
-0
No files found.
web/app/components/explore/app-card/index.tsx
View file @
4322b17a
...
@@ -30,7 +30,7 @@ const AppCard = ({
...
@@ -30,7 +30,7 @@ const AppCard = ({
const
{
t
}
=
useTranslation
()
const
{
t
}
=
useTranslation
()
const
{
app
:
appBasicInfo
}
=
app
const
{
app
:
appBasicInfo
}
=
app
return
(
return
(
<
div
className=
'col-span-1 bg-white border-2 border-solid border-transparent rounded-lg shadow-sm min-h-[160px] flex flex-col transition-all duration-200 ease-in-out cursor-pointer hover:shadow-lg'
>
<
div
className=
{
cn
(
s
.
wrap
,
'col-span-1 bg-white border-2 border-solid border-transparent rounded-lg shadow-sm min-h-[160px] flex flex-col transition-all duration-200 ease-in-out cursor-pointer hover:shadow-lg'
)
}
>
<
div
className=
'flex pt-[14px] px-[14px] pb-3 h-[66px] items-center gap-3 grow-0 shrink-0'
>
<
div
className=
'flex pt-[14px] px-[14px] pb-3 h-[66px] items-center gap-3 grow-0 shrink-0'
>
<
AppIcon
size=
'small'
icon=
{
app
.
app
.
icon
}
background=
{
app
.
app
.
icon_background
}
/>
<
AppIcon
size=
'small'
icon=
{
app
.
app
.
icon
}
background=
{
app
.
app
.
icon_background
}
/>
<
div
className=
'relative h-8 text-sm font-medium leading-8 grow'
>
<
div
className=
'relative h-8 text-sm font-medium leading-8 grow'
>
...
...
web/app/components/explore/app-card/style.module.css
View file @
4322b17a
.wrap
{
display
:
flex
;
}
.mode
{
.mode
{
display
:
flex
;
display
:
flex
;
height
:
28px
;
height
:
28px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment