mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-25 08:54:18 +01:00
* New: Unmapped files view Displays all trackfiles that haven't been matched to a track. Generalised the file details component and adds it to the album details screen. * Add sorting by quality * New: MediaServiceTests & MediaRepoTests
19 lines
344 B
CSS
19 lines
344 B
CSS
.quality,
|
|
.size,
|
|
.dateAdded {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 120px;
|
|
}
|
|
|
|
.path {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 4 0 400px;
|
|
}
|
|
|
|
.actions {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 1 90px;
|
|
}
|