D.C Style - Custom Node Icon for XF2

xF2 Add-on D.C Style - Custom Node Icon for XF2 1.0.2

No permission to download
  • Add compatibility with XenForo 2.2.6
  • Like
Reactions: reykx
  • Fixed class extension does not use XFCP prefix.
Upgrade version 1.0.0 Beta 3
Add DC_CNI_icon.less
Code:
@media only screen and (max-width: 600px) {
.node-icon--custom
{
display: table-cell;
vertical-align: middle;
text-align: center;
padding: @xf-paddingLarge 0 @xf-paddingLarge @xf-paddingLarge;
background-size: 70% 55%;
background-repeat: no-repeat;
background-position: center;

}
Top