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">
|
||||
<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>
|
@ -1,6 +1,6 @@
|
||||
a.mat-mini-fab {
|
||||
position: fixed;
|
||||
bottom: 50px;
|
||||
right: 15px;
|
||||
top: 34px;
|
||||
right: 5px;
|
||||
z-index: 5;
|
||||
}
|
Loading…
Reference in New Issue
Block a user