- Tham gia
- 28/02/2015
- Bài viết
- 17,128
- Được Like
- 12,743
Sticky Votes - Ghim bình chọn cho XenForo 2.2
Chỉ cần thêm đoạn code sau vào template Extra.less:
Chúc các bạn thành công.
Chỉ cần thêm đoạn code sau vào template Extra.less:
Mã:
@media (min-width: {{ property('responsiveMedium') + 1 }}px )
{
.block {
.message {
.message-inner {
.message-cell--vote {
.message-column,
.contentVote {
position: -webkit-sticky;
position: sticky;
top: @header-navHeight + @xf-messagePaddingSmall;
}
}
}
}
}
}
Nguồn: xenforo.com
Bài viết liên quan
Bài viết mới