This commit is contained in:
ta264
2020-03-03 22:01:47 +00:00
parent aa5d8aab9d
commit 09d9ccddeb
2 changed files with 4 additions and 5 deletions

View File

@@ -16,9 +16,9 @@
.monitored {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
padding: 0;
display: flex;
align-items: center;
padding: 0;
width: 20px;
}
@@ -31,16 +31,15 @@
display: flex;
align-items: center;
min-width: 110px;
flex-shrink: 0;
min-width: 110px;
}
.albums {
composes: cell;
display: flex;
flex-wrap: wrap;
flex-grow: 4;
flex-wrap: wrap;
min-width: 400px;
}

View File

@@ -2,8 +2,8 @@
.status {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
width: 20px;
padding: 0;
width: 20px;
}
.sortName {