mirror of
https://github.com/Readarr/Readarr
synced 2026-04-12 07:51:05 +02:00
23 lines
393 B
CSS
23 lines
393 B
CSS
.downloadClient {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 120px;
|
|
}
|
|
|
|
.indexer {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 80px;
|
|
}
|
|
|
|
.releaseGroup {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 110px;
|
|
}
|
|
|
|
.details {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 30px;
|
|
}
|