Skip to content

Commit

Permalink
Allow smaller album covers in card/poster display
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylancyclone authored and jeffvli committed May 3, 2024
1 parent d1bcd2b commit abdb2fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ export const AlbumListHeaderFilters = ({ gridRef, tableRef }: AlbumListHeaderFil
<Slider
defaultValue={isGrid ? grid?.itemSize || 0 : table.rowHeight}
max={isGrid ? 300 : 100}
min={isGrid ? 150 : 25}
min={isGrid ? 100 : 25}
onChangeEnd={handleItemSize}
/>
</DropdownMenu.Item>
Expand Down

0 comments on commit abdb2fe

Please sign in to comment.