RSS Feed/News Non valid property : @_structItem-cellPaddingH

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,497
Points
823

Reputation:

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:

Code:
&.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...

Read more

Continue reading...
 
Status
Not open for further replies.
Top