Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
In structured_list.less template, the value of @_structItem-cellPaddingH is defined as:[CODE=less]@_structItem-cellPaddingH: ((@xf-paddingMedium + @xf-paddingLarge) / 2); // average[/CODE]Further in the template we find:[CODE=less]&.structItem-cell--iconEnd { width: (@_structItem-avatarSizeEnd + @_structItem-cellPaddingH * 2); padding-left: @_structItem-cellPaddingH / 2;[/CODE]This results in an invalid property value:[ATTACH]312962[/ATTACH]It probably doesn't have any major consequences but since I noticed it I'm reporting it.
In structured_list.less template, the value of @_structItem-cellPaddingH is defined as:
structured_list.less
@_structItem-cellPaddingH
[CODE=less]@_structItem-cellPaddingH: ((@xf-paddingMedium + @xf-paddingLarge) / 2); // average[/CODE]
Further in the template we find:
[CODE=less]&.structItem-cell--iconEnd
{
width: (@_structItem-avatarSizeEnd + @_structItem-cellPaddingH * 2);
padding-left: @_structItem-cellPaddingH / 2;[/CODE]
This results in an invalid property value:
[ATTACH]312962[/ATTACH]
It probably doesn't have any major consequences but since I noticed it I'm reporting it.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences