Kullanmakta oldugum xenforo temasında su kod ıle ıkon atadım ama ıkonlar buyuk gorunuyor nasıl duzenleyebılırım?
/*** Node icons with image **/
.node.node--id219 {
.node-icon i { display: none; }
&.node--forum {
.node-body {
/*padding-left: 5px;*/
}
.node-icon {
background-image: url('/images/ikon/xf.png');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
&.node--read .node-icon {
opacity: 0.4;
}
}
}
/*****/
Resim ölçüsüne bağlı bir sorun kod ile ilgili yokmus resim olculerını kucultunce sorun duzeldı.