Sonarr/frontend/src/Series/Details/EpisodeRow.css

33 lines
518 B
CSS

.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
white-space: nowrap;
}
.monitored {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 42px;
}
.episodeNumber {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 50px;
}
.size {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}
.language,
.audio,
.video,
.status {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}