XenForo
Administrative
- Thread starter
- Admin
- #1
In input_extended.less
Code:
This is causing some issues when the padding is set even a little larger than the default XF values.
This is removing the side padding for mobile, lines up much nicer...
Read more
ادامه مطلب...
Code:
Code:
.inputTypes
{
.m-listPlain();
display: flex;
flex-wrap: wrap;
padding: 0 (2 * @xf-paddingLarge);
border-bottom: solid 1px @__borderColor;
color: @__textColor;
font-size: @xf-fontSizeSmall;
}
This is causing some issues when the padding is set even a little larger than the default XF values.

This is removing the side padding for mobile, lines up much nicer...
Read more
ادامه مطلب...