1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00
Files
Sonarr/frontend/src/Episode/Summary/EpisodeFileRow.css
T
2024-05-08 18:45:03 -07:00

31 lines
507 B
CSS

.size {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}
.languages,
.quality {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}
.customFormats {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 175px;
}
.customFormatScore {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 65px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 55px;
}