mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 15:10:39 +00:00
theme-game 主题样式;背景微调
This commit is contained in:
@@ -33,7 +33,7 @@ export const GameListRecent = ({ maxCount = 14 }) => {
|
||||
return (
|
||||
<>
|
||||
<div className='game-list-recent-wrapper w-full max-w-full overflow-x-auto pt-4 px-2'>
|
||||
<div className='game-grid md:flex grid grid-flow-col gap-2'>
|
||||
<div className='game-grid flex gap-2'>
|
||||
{components?.map((ItemComponent, index) => {
|
||||
return ItemComponent
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user