File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
src/pages/ionic-official-components/card/card-social Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
< ion-header >
2
2
< ion-navbar >
3
- < ion-title > Card with Images </ ion-title >
3
+ < ion-title > Social Cards </ ion-title >
4
4
</ ion-navbar >
5
5
</ ion-header >
6
6
< ion-content >
9
9
< ion-avatar item-left >
10
10
< img [src] ="card.avatarImageUrl " (click) ="avatarTapped(card) ">
11
11
</ ion-avatar >
12
- < h2 class =" sticky " > {{card.name}}</ h2 >
12
+ < h2 > {{card.name}}</ h2 >
13
13
< p > {{card.date}}</ p >
14
14
</ ion-item >
15
15
< img [src] ="card.postImageUrl " (click) ="imageTapped(card) ">
@@ -37,4 +37,3 @@ <h2 class="sticky">{{card.name}}</h2>
37
37
</ ion-row >
38
38
</ ion-card >
39
39
</ ion-content >
40
-
Original file line number Diff line number Diff line change @@ -2,9 +2,4 @@ page-card-social {
2
2
ion-col {
3
3
padding : 0 ;
4
4
}
5
- .sticky {
6
- position : sticky ;
7
- top : 15px ;
8
- }
9
5
}
10
-
You can’t perform that action at this time.
0 commit comments