Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/c1a0db802588a9c65bb0154711a9c702a607480d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
30 additions and
4 deletions
@ -294,8 +294,12 @@ a.link:hover, a.link:focus {
. page-titles {
background : # 4f566f ;
margin : 0 -30px 30px ;
padding : 10px ;
min-height : 50px ;
padding : 0 ;
box-shadow : 0 0 0 rgba ( 0 , 0 , 0 , 0 . 1 ) ; }
. page-titles . btn {
min-height : 50px ;
width : 80px ; }
. card-no-border . sidebar-nav > ul > li > a . active {
background : # 252833 ; }
File diff suppressed because one or more lines are too long
@ -388,6 +388,7 @@ a.link {
. light-logo {
display : none ;
}
b {
line-height : 60 px ;
display : inline-block ;
@ -438,8 +439,14 @@ a.link {
. page-titles {
background : #4f566f ;
margin : 0 - 30 px 30 px ;
padding : 10 px ;
min-height : 50 px ;
padding : 0 ;
box-shadow : 0 0 0 rgba ( 0 , 0 , 0 , 0 .1 ) ;
. btn {
min-height : 50 px ;
width : 80 px ;
}
}
. card-no-border {
@ -10,7 +10,7 @@
background-position: top center;
box-sizing: initial;
margin-left: -32px;
margin-top: -16 px;
margin-top: -30 px;
padding: 2em;
}
@ -35,6 +35,21 @@
< / style >
{% endblock head %}
{% block bcleft %}
< div class = "" >
< button class = "btn btn-outline" >
< i class = "fas fa-sync align-top text-themecolor text-center font-20" aria-hidden = "true" > < / i >
< span class = "align-bottom text-themecolor small text-center" > Update< / span >
< / button >
< / div >
{% endblock bcleft %}
{% block bcright %}
< div class = "d-flex m-t-5 justify-content-end" >
< h5 class = "m-t-0 text-themecolor" > Some page settings< / h5 >
< / div >
{% endblock bcright %}
{% block body %}
< div class = "container-fluid" id = "seriesFanart" >
< div class = "row justify-content-md-center" id = "seriesDetails" >