XenForo
Administrative
- Thread starter
- Admin
- #1
In

CSS:
This is not...
Read more
ادامه مطلب...
xfmg_media_list.less
XFMG uses the YouTube logo for the default embed type icon (plus generic embed thumbnail). This means embedded content from different sites without its own specific icon defined still uses the YouTube icon. Example (TikTok vs Instagram):
CSS:
Code:
.itemList-itemTypeIcon
{
&.itemList-itemTypeIcon--embed
{
.m-faBase('Brands');
&::after
{
.m-faContent(@fa-var-youtube);
}
}
}
This is not...
Read more
ادامه مطلب...