You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/frontend/src/Series/Details/EpisodeRow.css

53 lines
828 B

.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: 65px;
}
.episodeNumberAnime {
composes: episodeNumber;
width: 95px;
}
.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;
}
.audioLanguages,
.videoDynamicRangeType,
.subtitles {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 165px;
}
.releaseGroup {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 120px;
}