mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
11 lines
159 B
CSS
11 lines
159 B
CSS
.status {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 60px;
|
|
}
|
|
|
|
.statusIcon {
|
|
width: 20px !important;
|
|
text-align: center;
|
|
}
|