You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
352 B
20 lines
352 B
4 years ago
|
.monitored,
|
||
|
.status {
|
||
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||
|
|
||
|
width: 20px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.sortName {
|
||
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||
|
|
||
|
flex: 0 0 110px;
|
||
|
}
|
||
|
|
||
|
.albumCount {
|
||
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||
|
|
||
|
padding: 12px;
|
||
|
}
|