fixing and styleing
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<button mat-icon-button (click)="goBack()">
|
||||
<mat-icon>arrow_back</mat-icon>
|
||||
</button>
|
||||
<span class="toolbar-title">Items List</span>
|
||||
<span class="toolbar-title">{{ subcategoryName() || 'Items' }}</span>
|
||||
<span class="toolbar-spacer"></span>
|
||||
<button mat-mini-fab color="accent" (click)="addItem()">
|
||||
<mat-icon>add</mat-icon>
|
||||
@@ -133,4 +133,6 @@
|
||||
<p>No items found</p>
|
||||
</div>
|
||||
}
|
||||
|
||||
<div #scrollSentinel class="scroll-sentinel"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user