Fixed: UI Fixes

This commit is contained in:
Qstick
2018-03-15 22:26:49 -04:00
parent 718e8d7a9e
commit 94cca69e92
17 changed files with 287 additions and 261 deletions
@@ -43,7 +43,7 @@
.trackCount {
composes: headerCell from 'Components/Table/VirtualTableHeaderCell.css';
flex: 0 0 120px;
flex: 0 0 130px;
}
.path {
@@ -55,7 +55,7 @@
.sizeOnDisk {
composes: headerCell from 'Components/Table/VirtualTableHeaderCell.css';
flex: 0 0 115px;
flex: 0 0 120px;
}
.tags {
@@ -45,7 +45,7 @@
.trackCount {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 120px;
flex: 0 0 130px;
}
.path {
@@ -57,7 +57,7 @@
.sizeOnDisk {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 110px;
flex: 0 0 120px;
}
.tags {
@@ -382,8 +382,7 @@ ArtistIndexRow.propTypes = {
ArtistIndexRow.defaultProps = {
trackCount: 0,
trackFileCount: 0,
albumCount: 0
trackFileCount: 0
};
export default ArtistIndexRow;