Skip to content

Commit

Permalink
Gallery 主题】移动端子文件夹显示异常
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Nov 5, 2023
1 parent 0545bc2 commit 0e9ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/gallery/src/components/ChildFolderCardList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ChildFolderCardList = ({ folderId }: { folderId: string }) => {

return (
children.length > 0 && (
<div className="grid grid-cols-8 gap-3">
<div className="grid grid-cols-2 gap-3 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8">
{children.map((child) => {
const Card = (props: { children?: ReactNode }) => {
return (
Expand Down

0 comments on commit 0e9ef08

Please sign in to comment.