Un peu de changement sur la largeur et sur

la hauteur
This commit is contained in:
Sébastien André
2020-04-29 17:01:56 +02:00
parent 5f89b51db1
commit d4b10c2b72
4 changed files with 49 additions and 41 deletions

View File

@@ -17,7 +17,6 @@
.navigation {
position: absolute;
width: 200px;
/* height: 100%; */
z-index: 101;
background-color: grey;
padding: 5px;
@@ -39,6 +38,11 @@
text-decoration: none;
cursor: pointer;
color: #424242;
vertical-align: middle;
}
.navigation .mat-icon {
vertical-align: middle;
}
.navigation .splitter {

View File

@@ -1,3 +1,4 @@
<div class="content">
<div *ngIf="dataSourceTable != null else loading">
<button mat-raised-button color="accent" (click)="openDialogToAdd()">Add a aircraft</button>
@@ -21,3 +22,4 @@
<ng-template #loading>
<mat-progress-spinner [mode]="'indeterminate'"></mat-progress-spinner>
</ng-template>
</div>

View File

@@ -1,3 +1,4 @@
<div class="content">
<div *ngIf="dataSourceTable != null else loading">
<button mat-raised-button color="accent" (click)="openDialogToAdd()">Add a jump type</button>
@@ -21,3 +22,4 @@
<ng-template #loading>
<mat-progress-spinner [mode]="'indeterminate'"></mat-progress-spinner>
</ng-template>
</div>

View File

@@ -2,10 +2,10 @@
html,
body {
/* height: 100%; */
height: 100vh;
min-height: 100vh;
width: 100vw;
box-sizing: border-box;
overflow: auto;
}
body {