mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
7a768b5d0f
Closes #2782
71 lines
1.1 KiB
CSS
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;
|
|
}
|