Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/8e8927882c62dd424ea4a3ebd14d4696a202d21f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
16 additions and
4 deletions
@ -166,4 +166,12 @@
. top-search-bar {
margin-left : 30 px ;
}
: : ng-deep . mat-toolbar-row , . mat-toolbar-single-row {
height : auto ;
}
. top-search-bar {
height : 84 px ;
}
@ -31,23 +31,27 @@ $ombi-accent: #258a6d;
background-color : white ;
}
: : ng-deep . mat-form-field-underline {
: : ng-deep . top-search-bar . mat-form-field-underline {
display : none ;
}
: : ng-deep . mat-form-field-flex{
: : ng-deep . top-search-bar . mat-form-field-flex{
border : 1 px solid #35465c ;
border-radius : 30 px ;
margin-top : 4 0px ;
margin-top : 2 0px ;
height : 50 px ;
}
: : ng-deep . mat-form-field-infix{
: : ng-deep . top-search-bar . mat-form-field-infix{
margin-left : 20 px ;
border-top : 0 px ;
margin-top : 5 px ;
}
: : ng-deep . top-search-bar . mat-form-field-appearance-legacy . mat-form-field-wrapper {
padding-bottom : 0 px ;
}
. option-img {
vertical-align : middle ;