MOBILE-3833 storage: Do not show info text if downloads are disabled
parent
77cbaa1f96
commit
a251482349
|
@ -10,7 +10,7 @@
|
|||
</ion-header>
|
||||
<ion-content class="limited-width">
|
||||
<core-loading [hideUntil]="loaded">
|
||||
<ion-item class="ion-text-wrap">
|
||||
<ion-item class="ion-text-wrap" *ngIf="downloadCourseEnabled">
|
||||
<ion-label>
|
||||
<p>{{ 'addon.storagemanager.courseinfo' | translate }}</p>
|
||||
</ion-label>
|
||||
|
|
|
@ -844,6 +844,10 @@ ion-card {
|
|||
ion-item:only-child {
|
||||
--inner-border-width: 0px;
|
||||
}
|
||||
|
||||
ion-card-title {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.core-course-module-handler:not(.addon-mod-label-handler) .item-heading .filter_mathjaxloader_equation div {
|
||||
|
|
Loading…
Reference in New Issue