Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/281790ff0aab9d6890e649b5ae3894fb25065725/UI/Settings/Quality/quality.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Settings/Quality/quality.less

63 lines
770 B

@import "../../Shared/Styles/card";
.quality-profiles, .quality-sizes {
li {
display: inline-block;
vertical-align: top;
}
}
.quality-profile-item {
.card;
width: 250px;
height: 120px;
padding: 10px 15px;
h3 {
margin-top: 0px;
display: inline-block;
width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-group {
margin-top: 8px;
}
}
.quality-size-item {
.card;
width: 200px;
height: 200px;
padding: 10px 15px;
h3 {
margin-top: 0px;
text-align: center;
}
.size {
height: 100px;
margin: 10px;
text-align: center;
}
.knob {
box-shadow: none;
}
.size-value {
text-align: center;
}
}
#quality-size {
overflow: hidden;
}