Readarr/frontend/src/InteractiveSearch/InteractiveSearchRow.css
Qstick dbb6ef7664 New: Custom Formats
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2023-02-03 21:11:54 -06:00

57 lines
614 B
CSS

.cell {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
}
.protocol {
composes: cell;
width: 80px;
}
.title {
composes: cell;
}
.title div {
overflow-wrap: break-word;
}
.indexer {
composes: cell;
width: 85px;
}
.quality {
composes: cell;
text-align: center;
}
.customFormatScore {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 55px;
font-weight: bold;
cursor: default;
}
.rejected,
.download {
composes: cell;
width: 50px;
}
.age,
.size {
composes: cell;
white-space: nowrap;
}
.peers {
composes: cell;
width: 75px;
}