Fixed Redundant media query in app.less

Kirby

Well-known member
Affected version
2.1.10
Code:
@media (max-width: 359px)
{
    .p-offCanvasAccountLink
    {
        display: block;
    }
}

@media (max-width: 359px)
{
    .p-offCanvasRegisterLink
    {
        display: block;
    }
}
seems a bit awkward ;)

It would be nice if these two blocks could be combined into one.
 
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.2.0 Beta 2).

Change log:
Remove redundant media query in app.less
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom