Resource icon

xF2 Add-on [NICK97] Resources Icon In Search Results - XF2 2.2.3

No permission to download
If you don’t like the size for the resources icon we are highly recommend adding this code in extra.css
Code:
.structItem.structItem--resource
{
   .structItem-cell--icon.structItem-cell--iconExpanded
   {
      width: 136px;

      .structItem-iconContainer
      {
         .avatar:not(.structItem-secondaryIcon)
         {
            .m-avatarSize(100px);
         }
      }
   }
}
if you don’t like the resources icon size I am dealing with that issues until I fig out how to fix that just use this code.
Top