Other 2x Hỏi về thêm icon sau node list

Giống như thế này ai bik chỉ giúp với ạ cảm ơn
screenshot_1681192391.png
 
Nhìn trông giống của diendanit nhỉ, bạn vào Styles/Templates thêm vào extra.less:
.node--unread .node-title:after {
content: 'Mới';
color: #ffffff;
background: #ed7a16;
display: inline-block;
font-size: 9px;
line-height: 2;
border-radius: 3px;
padding: 0 4px;
margin-right: 4px;
vertical-align: middle;
}
.node--unread .node-title:after {
content: 'Mới';
}
 
Back
Top