We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5202a4b commit b54d626Copy full SHA for b54d626
src/components/EpisodeSelector.tsx
@@ -321,7 +321,7 @@ const EpisodeSelector: React.FC<EpisodeSelectorProps> = ({
321
</div>
322
323
{/* 集数网格 */}
324
- <div className='grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-2 overflow-y-auto h-full pb-4'>
+ <div className='grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-x-2 gap-y-1.5 overflow-y-auto h-full pb-4'>
325
{(() => {
326
const len = currentEnd - currentStart + 1;
327
const episodes = Array.from({ length: len }, (_, i) =>
0 commit comments