mirror of
https://github.com/Readarr/Readarr
synced 2026-04-30 08:41:02 +02:00
29 lines
490 B
CSS
29 lines
490 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;
|
|
}
|