mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
28 lines
335 B
Plaintext
28 lines
335 B
Plaintext
|
|
.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;
|
|
}
|
|
}
|