Lidarr/frontend/src/Activity/Blocklist/BlocklistRow.css
2021-10-02 14:45:14 -04:00

17 lines
288 B
CSS

.quality {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}
.indexer {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 80px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 70px;
}