File tree 2 files changed +2
-2
lines changed
features/user/pages/profile 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
< p class ="core-loading-message " role ="status "> {{message}}</ p >
7
7
}
8
8
} @else {
9
- < div class ="{{placeholderType}} list-item-limited-width placeholder ">
9
+ < div class ="{{placeholderType}} placeholder " [class. list-item-limited-width] =" placeholderType !== 'free' ">
10
10
@if (placeholderType === 'free') {
11
11
< ng-content select ="[placeholder] " />
12
12
} @else if (placeholderType === 'listwithicon' || placeholderType === 'listwithavatar') {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1>{{ user?.fullname }}</h1>
13
13
< ion-refresher-content pullingText ="{{ 'core.pulltorefresh' | translate }} " />
14
14
</ ion-refresher >
15
15
< core-loading [hideUntil] ="userLoaded " placeholderType ="free ">
16
- < ion-list placeholder class ="ion-padding ">
16
+ < ion-list placeholder class ="ion-padding list-item-limited-width ">
17
17
< ion-item >
18
18
< ion-avatar slot ="start " style ="width: 80px; height: 80px; ">
19
19
< ion-skeleton-text [animated] ="true " />
You can’t perform that action at this time.
0 commit comments