[RSS Feed/News] .inputTypes large padding in mobile

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
In input_extended.less

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.

7IMIFAq.png



This is removing the side padding for mobile, lines up much nicer...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom