fix edit view

This commit is contained in:
_Bastler 2021-12-04 00:43:07 +01:00
parent f6ef858f0a
commit 2242d0e267
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,4 @@
<div fxLayout="column" fxFlexFill>
<a mat-mini-fab routerLink="/v/{{name}}/edit" matTooltip="{{'views.edit' | i18n}}" color="primary">
<mat-icon inline="true">edit</mat-icon>
</a>
<page-entries #entries [fetch]="boundFetch" fxFlex="grow"></page-entries>
</div>
<a mat-mini-fab routerLink="/v/{{name}}/edit" matTooltip="{{'views.edit' | i18n}}" color="primary">
<mat-icon inline="true">edit</mat-icon>
</a>
<page-entries #entries [fetch]="boundFetch"></page-entries>

View File

@ -1,6 +1,6 @@
a.mat-mini-fab {
position: fixed;
bottom: 50px;
right: 15px;
top: 34px;
right: 5px;
z-index: 5;
}