Fixed: Better formatting of the author books page

This commit is contained in:
ta264
2021-04-07 15:31:24 +01:00
parent 8a7765c855
commit 427f76fbe0
3 changed files with 30 additions and 25 deletions
+18 -2
View File
@@ -1,7 +1,5 @@
.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
white-space: nowrap;
}
.monitored {
@@ -15,3 +13,21 @@
width: 100px;
}
.rating {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}
.releaseDate {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 120px;
}
.pageCount {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 80px;
}