mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
28 lines
325 B
Plaintext
28 lines
325 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;
|
|
}
|
|
}
|