mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
22 lines
267 B
Plaintext
22 lines
267 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;
|
|
}
|
|
}
|