Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/6faa803b8121db4e148852a02757c9c9ac6173a1
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
40 additions and
4 deletions
@ -4,6 +4,7 @@ $card-background: #2b2b2b;
# cardImage {
border-radius : 5 px ;
height : 315 px ;
object-fit : cover ;
}
. dark-card {
@ -68,12 +68,19 @@
border-radius : 30 px ;
color : #fff ;
margin-bottom : 10 px ;
margin-right : 30 px ;
. discover-filter-button {
background : inherit ;
color : inherit ;
padding : 0 0 px ;
border-radius : 30 px ;
padding-left : 20 px ;
padding-right : 20 px ;
}
: : ng-deep . mat-button-toggle-appearance-standard . mat-button-toggle-label-content {
line-height : 40 px ;
}
. button-active {
@ -162,4 +162,8 @@
color : $ombi-background-primary-accent ;
}
}
. top-search-bar {
margin-left : 30 px ;
}
@ -32,7 +32,20 @@ $ombi-accent: #258a6d;
}
: : ng-deep . mat-form-field-underline {
bottom : 0 .5 em ;
display : none ;
}
: : ng-deep . mat-form-field-flex {
border : 1 px solid #35465c ;
border-radius : 30 px ;
margin-top : 40 px ;
height : 50 px ;
}
: : ng-deep . mat-form-field-infix {
margin-left : 20 px ;
border-top : 0 px ;
margin-top : 5 px ;
}
@ -41,7 +54,18 @@ $ombi-accent: #258a6d;
margin-right : 8 px ;
}
. options {
margin-bottom : 5 px ;
}
. options {
margin-bottom : 5 px ;
}
: : ng-deep . discoverResults {
margin-top : 40 px ;
}
: : ng-deep button : focus {
outline : none ;
}
: : ng-deep . col-2 . top-filter {
margin-top : 10 px ;
}