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/4c810ca607fbd3489cfc623fbf5c07ed8b76fb42/UI/AddSeries/addSeries.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/AddSeries/addSeries.less

62 lines
934 B

.result-list {
font-size: 14px;
text-align: left;
padding-bottom: 30px;
}
.existing-root-folder-view {
h1 {
padding: 10px 0 20px 0;
}
}
.nz-input-large {
margin-top: 20px;
margin-bottom: 40px;
*[class*='icon-'] {
font-size: 28px;
height: 30px;
width: 40px;
padding-top: 14px;
padding-left: 10px;
}
input {
height: 50px;
}
}
.folder-name-matches {
padding-left: 20px;
padding-top: 10px;
}
.img-polaroid {
min-width: 138px;
min-height: 203px;
max-width: 138px;
max-height: 203px;
}
.unmapped-folder-view {
background: #fcf8e3;
margin-top: 20px;
padding: 20px;
.folder-header {
font-weight: 300;
select {
margin-bottom: 0;
font-size: 16px;
}
input {
margin-bottom: 0;
}
}
}
.search-item {
padding-bottom: 20px;
a {
color: #343434;
}
a:hover {
text-decoration: none;
}
select {
font-size: 16px;
}
}