mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-25 01:33:12 +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
11 lines
252 B
CSS
11 lines
252 B
CSS
.audioTags {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
/* border-top: 1px solid $borderColor; */
|
|
}
|
|
|
|
.filename {
|
|
composes: description from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
|
|
|
font-family: $monoSpaceFontFamily;
|
|
}
|