Skip to content

Commit 786afe9

Browse files
committed
fixes yannbf#5
1 parent 8d2d77b commit 786afe9

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/pages/ionic-official-components/card/card-social/card-social.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ion-header>
22
<ion-navbar>
3-
<ion-title>Card with Images</ion-title>
3+
<ion-title>Social Cards</ion-title>
44
</ion-navbar>
55
</ion-header>
66
<ion-content>
@@ -9,7 +9,7 @@
99
<ion-avatar item-left>
1010
<img [src]="card.avatarImageUrl" (click)="avatarTapped(card)">
1111
</ion-avatar>
12-
<h2 class="sticky">{{card.name}}</h2>
12+
<h2>{{card.name}}</h2>
1313
<p>{{card.date}}</p>
1414
</ion-item>
1515
<img [src]="card.postImageUrl" (click)="imageTapped(card)">
@@ -37,4 +37,3 @@ <h2 class="sticky">{{card.name}}</h2>
3737
</ion-row>
3838
</ion-card>
3939
</ion-content>
40-

src/pages/ionic-official-components/card/card-social/card-social.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@ page-card-social {
22
ion-col {
33
padding: 0;
44
}
5-
.sticky {
6-
position: sticky;
7-
top: 15px;
8-
}
95
}
10-

0 commit comments

Comments
 (0)