Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/38635efeffa784e549d28237f48c08b7da26f56a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix for the request on behalf window

pull/4003/head
twanariens 4 years ago
parent b733fd10dc
commit 38635efeff

@ -81,4 +81,16 @@
.mat-accent.grow:hover{
color: $ombi-active-text;
}
.mat-dialog-container{
background: $ombi-background-accent;
}
.mat-autocomplete-panel{
background: $ombi-background-accent;
}
.mat-form-field.mat-focused .mat-form-field-ripple{
background-color: $ombi-active;
}
Loading…
Cancel
Save