Fixed Non valid property : @_structItem-cellPaddingH

Old Nick

Well-known member
Affected version
2.3.3
In structured_list.less template, the value of @_structItem-cellPaddingH is defined as:
Less:
@_structItem-cellPaddingH: ((@xf-paddingMedium + @xf-paddingLarge) / 2); // average

Further in the template we find:
Less:
&.structItem-cell--iconEnd
        {
            width: (@_structItem-avatarSizeEnd + @_structItem-cellPaddingH * 2);
            padding-left: @_structItem-cellPaddingH / 2;

This results in an invalid property value:

Capture d'écran 2024-10-25 084646.webp

It probably doesn't have any major consequences but since I noticed it I'm reporting it.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.4).

Change log:
Fix structured list icon end cell padding
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom