mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
21428cba6f
* Multi Disc Stage 1 - Backend Work * Quality Group Functionality * Fixed: Only show wanted album types on ArtistDetail page * Add Media Count Column to ArtistDetail Page * Parser updates for multidisc cases, other usenet release title formats * Search for Tracks by Medium Number in Addition to Title and TrackNumber * Medium Renaming Token for Track Naming * fixup Codacy and Comment Cleanup * fixup remove comments
19 lines
346 B
CSS
19 lines
346 B
CSS
.qualityProfileItemDragSource {
|
|
padding: $qualityProfileItemDragSourcePadding 0;
|
|
}
|
|
|
|
.qualityProfileItemPlaceholder {
|
|
width: 100%;
|
|
height: $qualityProfileItemHeight;
|
|
border: 1px dotted #aaa;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.qualityProfileItemPlaceholderBefore {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.qualityProfileItemPlaceholderAfter {
|
|
margin-top: 8px;
|
|
}
|