1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Show download protocol in Queue

This commit is contained in:
Mark McDowall
2015-01-31 00:24:09 -08:00
parent cd79826aad
commit e641611662
13 changed files with 42 additions and 10 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
.queue-status-cell .popover {
max-width: 800px;
max-width : 800px;
}
.queue {
.protocol-cell {
text-align : center;
width : 80px;
}
}