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

Small styling improvements

pull/3689/head
Jamie Rees 5 years ago
parent f87eef143f
commit 7f70e0d03a

@ -1,5 +1,5 @@
<div class="small-middle-container">
<div class="row justify-content-md-center top-spacing">
<div class="row justify-content-md-center top-space">
<div class="btn-group" role="group">
<button type="button" (click)="switchDiscoverMode(DiscoverOption.Movie)" [attr.color]="popularActive ? 'accent' : 'primary'" [ngClass]="discoverOptions === DiscoverOption.Movie ? 'mat-accent' : 'mat-primary'" mat-raised-button class="btn grow">{{'Discovery.Movies' | translate}}</button>
<button type="button" (click)="switchDiscoverMode(DiscoverOption.Combined)" [attr.color]="trendingActive ? 'accent' : 'primary'" [ngClass]="discoverOptions === DiscoverOption.Combined ? 'mat-accent' : 'mat-primary'" mat-raised-button class="btn grow"

Loading…
Cancel
Save