1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00
Files
Sonarr/frontend/src/Episode/Summary/EpisodeFileRow.css
2023-03-05 23:41:14 -08:00

25 lines
401 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;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 55px;
}