mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 08:24:16 +02:00
fix compact image sizing
This commit is contained in:
@@ -109,7 +109,13 @@ export const ImageColumn = (props: ItemTableListInnerColumn) => {
|
||||
|
||||
return (
|
||||
<TableColumnContainer {...props}>
|
||||
<Skeleton containerClassName={styles.skeleton} />
|
||||
<div
|
||||
className={clsx(styles.imageContainer, {
|
||||
[styles.compactImageContainer]: props.size === 'compact',
|
||||
})}
|
||||
>
|
||||
<Skeleton containerClassName={styles.skeleton} />
|
||||
</div>
|
||||
</TableColumnContainer>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user