1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00
Files
Sonarr/frontend/src/Series/Details/EpisodeRow.css
T
2019-07-22 19:44:07 -07:00

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;
}