diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-24 21:47:00 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-24 21:47:00 +0200 |
commit | 8497bc988f2a5cbca10ee6870708bd4c06c24dd2 (patch) | |
tree | 85447d3ec6bf40f339b52e588a788673cb0a375c /frontend/src/app/app.component.html | |
parent | dbc6d56f495b2238ed1e8b6bc036b23a6067b051 (diff) |
Promenio temu material-a tako da se poklapa sa nasom temom. Dodao responzivnost za eksperiment stranu.
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r-- | frontend/src/app/app.component.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 8c3f4e9e..d15793e7 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -6,10 +6,8 @@ <app-reactive-background [speed]="0.001" [scrollSpeed]="1" [minDistance]="0.14" [maxSize]="5" [cursorDistance]="0.22" lineColor="#00a8e8" pointColor="rgba(0, 188, 252, 1)" cursorLineColor="#00a8e8" [numPoints]="100"> </app-reactive-background> <app-navbar></app-navbar> -<a class="bg-controls" routerLink="playground"> +<a class="bg-controls" style="z-index: 1000;" routerLink="playground"> <mat-icon color="accent">settings_suggest</mat-icon> </a> -<div class="h-100"> - <router-outlet></router-outlet> -</div> +<router-outlet></router-outlet> <app-notifications></app-notifications>
\ No newline at end of file |