[Library | Trunk]: Change loading full width

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59767 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-11-04 13:29:26 +00:00
parent 3ef94dafb5
commit 3276aeff1d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {Component, Input} from "@angular/core";
selector: 'loading',
template: `
<ng-template [ngIf]="full" [ngIfElse]="loading">
<div class="uk-position-relative" style="height: 100vh; width: 100vw; z-index: 1000; background: transparent">
<div class="uk-position-relative" style="height: 100vh; width: 99vw; z-index: 1000; background: transparent">
<div class="uk-position-center">
<ng-container [ngTemplateOutlet]="loading"></ng-container>
</div>