mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
d0df761422
(cherry picked from commit 7a768b5d0faf9aa57e78aee19cefee8fb19a42d5)
36 lines
591 B
CSS
36 lines
591 B
CSS
.title {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
}
|
|
|
|
.monitored {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 42px;
|
|
}
|
|
|
|
.position,
|
|
.rating,
|
|
.status {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 100px;
|
|
}
|
|
|
|
.releaseDate {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 120px;
|
|
}
|
|
|
|
.pageCount {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 80px;
|
|
}
|
|
|
|
.indexerFlags {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 50px;
|
|
}
|