mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-05-26 13:16:14 +00:00
10 lines
136 B
CSS
10 lines
136 B
CSS
.status {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 60px;
|
|
}
|
|
|
|
.statusIcon {
|
|
width: 20px !important;
|
|
}
|