1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00
Files
Sonarr/frontend/src/Series/Details/EpisodeRow.css
T
Bogdan 7a768b5d0f New: Indexer flags
Closes #2782
2024-02-20 23:12:45 -05:00

71 lines
1.1 KiB
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: 65px;
}
.episodeNumberAnime {
composes: episodeNumber;
width: 95px;
}
.runtime {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 80px;
}
.size {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}
.languages,
.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;
}
.customFormatScore {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 55px;
}
.indexerFlags {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 50px;
}