mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
10 lines
137 B
CSS
10 lines
137 B
CSS
.status {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 60px;
|
|
}
|
|
|
|
.statusIcon {
|
|
width: 20px !important;
|
|
}
|