Skip to content

Commit

Permalink
ui adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Davo00 committed Nov 21, 2023
1 parent b15ed3f commit 2d0db31
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ <h2>Query Templates:</h2>
</button>
</div>

<div style="display: inline-flex; flex-wrap: wrap; margin-top: 16px;">
<div style="display: flex; flex-direction: row;">
<mat-checkbox style="margin-right: 16px;">Crowd</mat-checkbox>
<mat-checkbox>Internal</mat-checkbox>
</div>
</div>

<div style="height: 5px; margin-top: 15px;">
<mat-progress-bar *ngIf="(isLoading$ | async)" style="height: 5px;" mode="indeterminate"></mat-progress-bar>
Expand All @@ -33,15 +39,7 @@ <h2>Query Templates:</h2>
</ngx-monaco-editor>
</form>

<hr style="margin-top: 16px; margin-bottom: 16px; border: 1px solid #ddd;">

<div style="display: flex; justify-content: space-between; align-items: start; margin-top: 15px;">

<div style="display: inline-flex; flex-wrap: wrap; margin-bottom: 16px;">
<div style="display: flex; flex-direction: column;">
<mat-checkbox>Crowd</mat-checkbox>
<mat-checkbox>Internal</mat-checkbox>
</div>
<div style="display: flex; justify-content: right; align-items: start; margin-top: 15px;">
<!--<form [formGroup]="form">
<mat-form-field style="margin-left: 24px;">
<mat-label>Skills</mat-label>
Expand All @@ -57,7 +55,7 @@ <h2>Query Templates:</h2>
</mat-select>
</mat-form-field>
</form>-->
</div>


<button mat-raised-button (click)="doQuery()" style="" color="primary" class="margin-10">run query</button>
</div>
Expand Down

0 comments on commit 2d0db31

Please sign in to comment.