1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Custom Format Score column in queue

(cherry picked from commit a6f2db9139c4a6b01d162ccf8884fc02c874b4cf)

Closes #8788
This commit is contained in:
jack-mil
2023-07-10 23:49:00 -04:00
committed by Bogdan
parent 3da8396b7e
commit 20a8f1cbe7
6 changed files with 55 additions and 2 deletions
+6
View File
@@ -16,6 +16,12 @@
width: 150px;
}
.customFormatScore {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 55px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';