mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-21 16:54:15 -04:00
(cherry picked from commit a6f2db9139c4a6b01d162ccf8884fc02c874b4cf) Closes #2647 Closes #2658
30 lines
494 B
CSS
30 lines
494 B
CSS
.quality {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 150px;
|
|
}
|
|
|
|
.protocol {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 100px;
|
|
}
|
|
|
|
.progress {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 150px;
|
|
}
|
|
|
|
.customFormatScore {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 55px;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 90px;
|
|
}
|