mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
improve compact size item card
This commit is contained in:
@@ -45,7 +45,7 @@ export const SongListInfiniteGrid = ({
|
||||
enabled: saveScrollOffset,
|
||||
});
|
||||
|
||||
const rows = useGridRows(LibraryItem.SONG, ItemListKey.SONG);
|
||||
const rows = useGridRows(LibraryItem.SONG, ItemListKey.SONG, size);
|
||||
|
||||
return (
|
||||
<ItemGridList
|
||||
|
||||
@@ -44,7 +44,7 @@ export const SongListPaginatedGrid = ({
|
||||
serverId,
|
||||
});
|
||||
|
||||
const rows = useGridRows(LibraryItem.SONG, ItemListKey.SONG);
|
||||
const rows = useGridRows(LibraryItem.SONG, ItemListKey.SONG, size);
|
||||
|
||||
return (
|
||||
<ItemListWithPagination
|
||||
|
||||
Reference in New Issue
Block a user