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/21fd12e1a6ca60ee9980084a73490faa49909239/UI/Settings/Quality/quality.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Settings/Quality/quality.less

76 lines
936 B

@import "../../Shared/Styles/card";
.quality-profiles, .quality-sizes {
li {
display: inline-block;
vertical-align: top;
}
}
.quality-profile-item {
.card;
width: 300px;
height: 120px;
padding: 10px 15px;
h3 {
margin-top: 0px;
display: inline-block;
width: 240px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-group {
margin-top: 8px;
}
&.add-card {
.center {
margin-top: 30px;
}
}
}
.quality-size-item {
.card;
text-align: center;
width: 200px;
height: 220px;
padding: 10px 15px;
h3 {
margin-top: 0px;
}
.size {
position: relative;
height: 100px;
margin: 10px;
text-align: center;
}
.knob {
box-shadow: none;
}
.size-value-wrapper {
position: absolute;
top: 50px;
width: 100%;
div {
margin-top: 2px;
}
}
}
#quality-size {
overflow: hidden;
}