Browse Source

add center loading

pull/15/head
PhamY0601 1 year ago
parent
commit
c840c9c97c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/shared/component/camera-dialog/camera-dialog.component.html

+ 1
- 1
src/app/shared/component/camera-dialog/camera-dialog.component.html View File

@@ -6,7 +6,7 @@
</div>

<div mat-dialog-content>
<div fxLayout="row" fxLayoutAlign="space-around center" fxLayoutGap="10px"
<div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="10px"
style="height: 50%;"
*ngIf="!videoLoaded">
<div class="circle-loader"></div>

Loading…
Cancel
Save