fix edit view
This commit is contained in:
parent
f6ef858f0a
commit
2242d0e267
@ -1,6 +1,4 @@
|
|||||||
<div fxLayout="column" fxFlexFill>
|
|
||||||
<a mat-mini-fab routerLink="/v/{{name}}/edit" matTooltip="{{'views.edit' | i18n}}" color="primary">
|
<a mat-mini-fab routerLink="/v/{{name}}/edit" matTooltip="{{'views.edit' | i18n}}" color="primary">
|
||||||
<mat-icon inline="true">edit</mat-icon>
|
<mat-icon inline="true">edit</mat-icon>
|
||||||
</a>
|
</a>
|
||||||
<page-entries #entries [fetch]="boundFetch" fxFlex="grow"></page-entries>
|
<page-entries #entries [fetch]="boundFetch"></page-entries>
|
||||||
</div>
|
|
@ -1,6 +1,6 @@
|
|||||||
a.mat-mini-fab {
|
a.mat-mini-fab {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 50px;
|
top: 34px;
|
||||||
right: 15px;
|
right: 5px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user