MOBILE-3814 course: Section navigation buttons stuck at the bottom
parent
d6006ac5c3
commit
fa81717ccf
|
@ -24,9 +24,8 @@
|
||||||
|
|
||||||
<core-infinite-loading [enabled]="canLoadMore" (action)="showMoreActivities($event)"></core-infinite-loading>
|
<core-infinite-loading [enabled]="canLoadMore" (action)="showMoreActivities($event)"></core-infinite-loading>
|
||||||
</div>
|
</div>
|
||||||
|
<div collapsible-footer *ngIf="displayCourseIndex && (previousSection || nextSection)" slot="fixed">
|
||||||
<div class="ion-padding core-course-section-nav-buttons safe-area-padding-horizontal list-item-limited-width"
|
<div class="core-course-section-nav-buttons safe-area-padding-horizontal list-item-limited-width">
|
||||||
*ngIf="displayCourseIndex && (previousSection || nextSection)">
|
|
||||||
<ion-button *ngIf="previousSection" (click)="sectionChanged(previousSection)" expand="block"
|
<ion-button *ngIf="previousSection" (click)="sectionChanged(previousSection)" expand="block"
|
||||||
[attr.aria-label]="('core.previous' | translate) + ': ' + previousSection.name">
|
[attr.aria-label]="('core.previous' | translate) + ': ' + previousSection.name">
|
||||||
<ion-icon name="fas-arrow-left" slot="start" aria-hidden="true"></ion-icon>
|
<ion-icon name="fas-arrow-left" slot="start" aria-hidden="true"></ion-icon>
|
||||||
|
@ -40,6 +39,7 @@
|
||||||
<ion-icon name="fas-arrow-right" slot="end" aria-hidden="true"></ion-icon>
|
<ion-icon name="fas-arrow-right" slot="end" aria-hidden="true"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</core-loading>
|
</core-loading>
|
||||||
</core-dynamic-component>
|
</core-dynamic-component>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue