/* تقليل التباعد بين الصور الرمزية */
td.posters.topic-list-data a {
margin-right: 2px !important; /* تقليل الفجوة بين الصور الرمزية */
display: inline-block;
}
/* إزالة أي حشوة داخل الخلية */
td.posters.topic-list-data {
white-space: nowrap !important;
padding-left: 4px !important;
padding-right: 4px !important;
}
/* التأكد من عدم وجود مسافات إضافية في الصور الرمزية */
td.posters.topic-list-data .avatar {
margin: 0 !important;
}
td.posters.topic-list-data,
th.topic-list-data.posters {
min-width: 175px !important;
width: 175px !important;
}
لقد أصلح هذا مشكلة الالتفاف، حيث كانت الصور الرمزية تتراكم فوق بعضها البعض.