Fixed: Misaligned table border

Closes #5456
This commit is contained in:
Mark McDowall 2023-03-05 18:58:57 -08:00
parent 622e36de96
commit aa938d911b
5 changed files with 26 additions and 26 deletions

View File

@ -242,10 +242,12 @@ class HistoryRow extends Component {
key={name} key={name}
className={styles.details} className={styles.details}
> >
<IconButton <div className={styles.actionContents}>
name={icons.INFO} <IconButton
onPress={this.onDetailsPress} name={icons.INFO}
/> onPress={this.onDetailsPress}
/>
</div>
</TableRowCell> </TableRowCell>
); );
} }

View File

@ -20,7 +20,5 @@
.actions { .actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css'; composes: cell from '~Components/Table/Cells/TableRowCell.css';
display: flex;
justify-content: flex-end;
width: 55px; width: 55px;
} }

View File

@ -4,9 +4,7 @@
width: 80px; width: 80px;
} }
.title { .titleContent {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;

View File

@ -12,7 +12,7 @@ interface CssExports {
'rejected': string; 'rejected': string;
'sceneMapping': string; 'sceneMapping': string;
'size': string; 'size': string;
'title': string; 'titleContent': string;
} }
export const cssExports: CssExports; export const cssExports: CssExports;
export default cssExports; export default cssExports;

View File

@ -152,22 +152,24 @@ class InteractiveSearchRow extends Component {
{formatAge(age, ageHours, ageMinutes)} {formatAge(age, ageHours, ageMinutes)}
</TableRowCell> </TableRowCell>
<TableRowCell className={styles.title}> <TableRowCell>
<Link to={infoUrl}> <div className={styles.titleContent}>
{title} <Link to={infoUrl}>
</Link> {title}
<ReleaseSceneIndicator </Link>
className={styles.sceneMapping} <ReleaseSceneIndicator
seasonNumber={mappedSeasonNumber} className={styles.sceneMapping}
episodeNumbers={mappedEpisodeNumbers} seasonNumber={mappedSeasonNumber}
absoluteEpisodeNumbers={mappedAbsoluteEpisodeNumbers} episodeNumbers={mappedEpisodeNumbers}
sceneSeasonNumber={seasonNumber} absoluteEpisodeNumbers={mappedAbsoluteEpisodeNumbers}
sceneEpisodeNumbers={episodeNumbers} sceneSeasonNumber={seasonNumber}
sceneAbsoluteEpisodeNumbers={absoluteEpisodeNumbers} sceneEpisodeNumbers={episodeNumbers}
sceneMapping={sceneMapping} sceneAbsoluteEpisodeNumbers={absoluteEpisodeNumbers}
episodeRequested={episodeRequested} sceneMapping={sceneMapping}
isDaily={isDaily} episodeRequested={episodeRequested}
/> isDaily={isDaily}
/>
</div>
</TableRowCell> </TableRowCell>
<TableRowCell className={styles.indexer}> <TableRowCell className={styles.indexer}>