Lidarr/frontend/src/System/Tasks/Queued/QueuedTaskRow.css

41 lines
587 B
CSS

.trigger {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 50px;
}
.triggerContent {
display: flex;
justify-content: space-between;
width: 100%;
}
.commandName {
display: inline-block;
min-width: 220px;
}
.userAgent {
color: #b0b0b0;
}
.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;
}