LLLsipai
我有注意到FlarumCN样式备份 Github中有个特别的地方:
在第113行,css对按钮进行了调整重构。但这并没有写在“FlarumCN 2021”样式里
所以,你只需要将下面的css代码复制到自定义css里就可以啦~
.item-like .Button--link .Button-label,.item-reply .Button--link .Button-label {
display:none;
}
.item-like .Button:before {
font-family:'Font Awesome 5 Free';
font-weight:600;
font-size:14px;
content:'\f164';
vertical-align:-1px;
}
.item-reply .Button--link:before {
font-family:'Font Awesome 5 Free';
font-weight:600;
font-size:15px;
content:'\f3e5';
margin-right:4px;
vertical-align:-2px;
}