Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/07073be73c55deb43cd44ef7c8caf5fa574605e8/UI/Cells/cells.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Cells/cells.less

50 lines
666 B

@import "../content/Bootstrap/mixins";
@import "../content/Bootstrap/variables";
@import "../content/Bootstrap/buttons";
@import "../shared/styles/clickable";
.episode-title-cell {
.btn-link;
}
.air-date-cell {
width : 120px;
cursor: default;
}
.relative-date-cell {
width : 150px;
cursor: default;
}
.history-event-type-cell {
width : 10px;
}
.download-report-cell {
.clickable();
}
.toggle-cell{
.clickable();
}
.approval-status-cell {
widows : 10px;
.popover {
max-width : 400px;
}
i {
color : @red;
}
}
td.episode-status-cell, td.quality-cell {
text-align: center;
width: 80px;
.badge {
font-size: 9px;
}
}