Un peu de changement sur la largeur et sur
la hauteur
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
.navigation {
|
.navigation {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
/* height: 100%; */
|
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
background-color: grey;
|
background-color: grey;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@@ -39,6 +38,11 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation .mat-icon {
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation .splitter {
|
.navigation .splitter {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<div class="content">
|
||||||
<div *ngIf="dataSourceTable != null else loading">
|
<div *ngIf="dataSourceTable != null else loading">
|
||||||
<button mat-raised-button color="accent" (click)="openDialogToAdd()">Add a aircraft</button>
|
<button mat-raised-button color="accent" (click)="openDialogToAdd()">Add a aircraft</button>
|
||||||
|
|
||||||
@@ -21,3 +22,4 @@
|
|||||||
<ng-template #loading>
|
<ng-template #loading>
|
||||||
<mat-progress-spinner [mode]="'indeterminate'"></mat-progress-spinner>
|
<mat-progress-spinner [mode]="'indeterminate'"></mat-progress-spinner>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
</div>
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<div class="content">
|
||||||
<div *ngIf="dataSourceTable != null else loading">
|
<div *ngIf="dataSourceTable != null else loading">
|
||||||
<button mat-raised-button color="accent" (click)="openDialogToAdd()">Add a jump type</button>
|
<button mat-raised-button color="accent" (click)="openDialogToAdd()">Add a jump type</button>
|
||||||
|
|
||||||
@@ -21,3 +22,4 @@
|
|||||||
<ng-template #loading>
|
<ng-template #loading>
|
||||||
<mat-progress-spinner [mode]="'indeterminate'"></mat-progress-spinner>
|
<mat-progress-spinner [mode]="'indeterminate'"></mat-progress-spinner>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
</div>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
/* height: 100%; */
|
min-height: 100vh;
|
||||||
height: 100vh;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user