1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Show Custom Format Score for movies in Files tab

Closes #8818
This commit is contained in:
Bogdan
2023-08-12 03:28:13 +03:00
parent efe5c3beb7
commit 431bc14e76
9 changed files with 65 additions and 7 deletions
@@ -39,3 +39,9 @@
width: 120px;
}
.customFormatScore {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 55px;
}