Make page sidebar buttons dock to top of sidebar
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 3 years ago
parent afc1ded36b
commit a8f8c0ebf1
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -7,8 +7,6 @@
<ion-menu-toggle menu="first" autoHide="false"></ion-menu-toggle>
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
<ion-list>
<ion-list-header>
<ion-buttons>
@ -29,7 +27,9 @@
</ion-button>
</ion-buttons>
</ion-list-header>
</ion-list>
</ion-header>
<ion-content>
<tree-root style="font-size: 15px;" #menuTree [nodes]="nodes" [options]="options">
<ng-template #treeNodeTemplate let-node let-index="index">
<span class="tree-node-container" style="display: flex; padding: 5px; width: 100%;" [ngClass]="node.data.type">
@ -38,7 +38,6 @@
</span>
</ng-template>
</tree-root>
</ion-list>
</ion-content>
<ion-footer>
<ion-item button lines="full" (click)="showOptions($event)">

Loading…
Cancel
Save