mirror of
https://github.com/Radarr/Radarr
synced 2025-12-28 03:07:57 +01:00
27 lines
335 B
Text
27 lines
335 B
Text
|
|
.queue-status-cell .popover {
|
|
max-width : 800px;
|
|
}
|
|
|
|
.queue {
|
|
.protocol-cell {
|
|
text-align : center;
|
|
width : 80px;
|
|
}
|
|
|
|
.episode-number-cell {
|
|
min-width : 90px;
|
|
}
|
|
}
|
|
|
|
.remove-from-queue-modal {
|
|
.form-horizontal {
|
|
margin-top : 20px;
|
|
}
|
|
}
|
|
|
|
.history-detail-modal {
|
|
.info {
|
|
word-wrap: break-word;
|
|
}
|
|
}
|