1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

New: Custom Format Score column in queue

Closes #5780
This commit is contained in:
jack-mil
2023-07-10 23:49:00 -04:00
committed by GitHub
parent 96b7aa6585
commit a6f2db9139
5 changed files with 39 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';