Files
Readarr/frontend/src/Author/Index/Table/AuthorStatusCell.css
Mark McDowall 1ef6c60318 Sync Popover with upstream
(cherry picked from commit bdcfef80d627e777d7932c54cda04cbe7c656ffc)
2023-08-06 19:12:04 +03:00

11 lines
159 B
CSS

.status {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 60px;
}
.statusIcon {
width: 20px !important;
text-align: center;
}