Readarr/frontend/src/InteractiveSearch/InteractiveSearchRow.css
Stevie Robinson d6796bbe1a New: Show Proper or Repack tag in interactive search
(cherry picked from commit efb000529b5dff42829df3ef151e4750a7b15cf6)

Closes #3141
2023-12-31 10:57:25 +02:00

61 lines
651 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;
}
.quality {
white-space: nowrap;
}
.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;
}