Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/7b7f7ac56b9035a46adc1de77160836d1c912c14 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed spacing for labels when series path is abnormally long

pull/6/head
Mark McDowall 10 years ago
parent 53f4966e97
commit 7b7f7ac56b

@ -420,7 +420,13 @@
.series-info {
.row {
margin-bottom: 5px;
margin-bottom : 3px;
.label {
display : inline-block;
margin-bottom : 2px;
padding : 4px 6px 3px 6px
}
}
.series-info-links {

Loading…
Cancel
Save