Files
Prowlarr/frontend/src/Indexer/Index/Table/IndexerStatusCell.css
T
2023-02-26 21:18:25 -06:00

14 lines
181 B
CSS

.status {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 60px;
}
.statusIcon {
width: 20px !important;
}
.indexerStatusTooltip {
display: flex;
}