Fixed: Simplify categories in History Table

This commit is contained in:
Qstick
2021-04-18 21:03:36 -04:00
parent 0454e547ac
commit 2938029400
4 changed files with 28 additions and 18 deletions
+4 -12
View File
@@ -4,30 +4,22 @@
width: 120px;
}
.elapsedTime,
.indexer {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 150px;
}
.categories,
.source,
.date,
.releaseGroup {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 110px;
}
.categories {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 110px;
}
.source {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 110px;
}
.details {
composes: cell from '~Components/Table/Cells/TableRowCell.css';