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
17c3a63e
Unverified
Commit
17c3a63e
authored
Aug 03, 2023
by
Joel
Committed by
GitHub
Aug 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: explore app list grid style conflict and remove useless style (#725)
parent
65498517
Changes
2
Show 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-list/index.tsx
+1
-1
style.module.css
web/app/components/explore/app-list/style.module.css
+4
-0
No files found.
web/app/components/explore/app-list/index.tsx
View file @
17c3a63e
...
@@ -101,7 +101,7 @@ const Apps: FC = () => {
...
@@ -101,7 +101,7 @@ const Apps: FC = () => {
}
}
}
}
>
>
<
nav
<
nav
className=
{
`${s.appList} grid content-start g
rid-cols-1 gap-4 px-12 pb-10grow
shrink-0`
}
>
className=
{
`${s.appList} grid content-start g
ap-4 px-12
shrink-0`
}
>
{
currList
.
map
(
app
=>
(
{
currList
.
map
(
app
=>
(
<
AppCard
<
AppCard
key=
{
app
.
app_id
}
key=
{
app
.
app_id
}
...
...
web/app/components/explore/app-list/style.module.css
View file @
17c3a63e
...
@@ -6,6 +6,10 @@
...
@@ -6,6 +6,10 @@
text-fill-color
:
transparent
;
text-fill-color
:
transparent
;
}
}
.appList
{
grid-template-columns
:
repeat
(
1
,
minmax
(
0
,
1
fr
))
}
@media
(
min-width
:
1624px
)
{
@media
(
min-width
:
1624px
)
{
.appList
{
.appList
{
grid-template-columns
:
repeat
(
4
,
minmax
(
0
,
1
fr
))
grid-template-columns
:
repeat
(
4
,
minmax
(
0
,
1
fr
))
...
...
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