File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
style= " height: <%= post?.home_cover_height ? post?.home_cover_height + 'px' : '10rem' %>"
18
18
>
19
19
< % if (post .sticky ) { % >
20
- < div class = " post-sticky-box cover" >
20
+ < div class = " post-sticky-box cover-offset " >
21
21
< i class = " fas fa-thumbtack" >< / i>< span class = " sticky-name" > & nbsp;< %- __ (' top' ) % >< / span>
22
22
< / div>
23
23
< % } % >
29
29
30
30
< div class = " home-post-item-bottom border-box" >
31
31
< % if (post .sticky && ! post? .home_cover ) { % >
32
- < div class = " post-sticky-box card" >
32
+ < div class = " post-sticky-box card-offset " >
33
33
< i class = " fas fa-thumbtack" >< / i>< span class = " sticky-name" > & nbsp;< %- __ (' top' ) % >< / span>
34
34
< / div>
35
35
< % } % >
Original file line number Diff line number Diff line change 88
88
cursor default
89
89
disable-user-select ()
90
90
91
- & .cover {
91
+ & .cover-offset {
92
92
top 0.6rem
93
93
right 0.6rem
94
94
}
95
95
96
- & .card {
96
+ & .card-offset {
97
97
top 0.8rem
98
98
right 0.8rem
99
99
}
You can’t perform that action at this time.
0 commit comments