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/3aa0507912da5139578118349d4b0b7dccfca379/UI/Content/menu.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Content/menu.less

40 lines
490 B

@import "prefixer";
#main-menu-region {
i:before {
font-size : 35px;
}
i {
width : 40px;
}
}
#in-sub-nav li a {
color : #b9b9b9;
}
#in-sub-nav li a:focus {
text-decoration : none;
}
#in-sub-nav {
margin-bottom : 80px;
.span12 {
margin-left : 0px;
}
.logo {
margin-top : 25px;
vertical-align : middle;
height : 70px;
width : 70px;
}
}
.backdrop #in-sub-nav {
background-color : #000000;
.opacity(0.85);
}