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

View File

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