You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/System/Tasks/Queued/QueuedTaskRow.css

32 lines
490 B

.trigger {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 50px;
}
.triggerContent {
display: flex;
justify-content: space-between;
width: 100%;
}
.queued,
.started,
.ended {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 180px;
}
.duration {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 60px;
}