mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-17 22:27:02 +00:00
* Changed: Remove Language Profiles * fixup! Changed: Remove Language Profiles * fixup! Changed: Remove Language Profiles * Remove unused method in FileNameBuilder * Fixed: Cleanup Int Converter Copy/Paste Issues and Grammar
34 lines
568 B
CSS
34 lines
568 B
CSS
.title {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
word-break: break-all;
|
|
}
|
|
|
|
.quality {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.preferredWordScore {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 55px;
|
|
font-weight: bold;
|
|
cursor: default;
|
|
}
|
|
|
|
.rejected,
|
|
.download {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 50px;
|
|
}
|
|
|
|
.age,
|
|
.size {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
white-space: nowrap;
|
|
}
|