mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-14 20:54:58 -04:00
New: Season packs and multi-episode releases will show as a single item in the queue Closes #6537
14 lines
141 B
CSS
14 lines
141 B
CSS
.multiple {
|
|
cursor: default;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
}
|
|
|
|
.episodeNumber {
|
|
margin-right: 8px;
|
|
font-weight: bold;
|
|
cursor: default;
|
|
}
|