mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
26 lines
282 B
CSS
26 lines
282 B
CSS
.cell {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.title {
|
|
composes: cell;
|
|
|
|
flex: 4 0 140px;
|
|
}
|
|
|
|
.year {
|
|
composes: cell;
|
|
|
|
flex: 0 0 70px;
|
|
}
|
|
|
|
.tmdbId,
|
|
.imdbId {
|
|
composes: cell;
|
|
|
|
flex: 0 0 110px;
|
|
}
|