Files
Prowlarr/frontend/src/History/HistoryRow.css
T
2023-06-29 16:08:23 +03:00

33 lines
492 B
CSS

.query {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 120px;
}
.elapsedTime,
.indexer {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 150px;
}
.categories,
.source,
.date,
.releaseGroup {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 110px;
}
.details {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 70px;
}
.parametersContent {
display: flex;
flex-wrap: wrap;
}