K Kirby Well-known member Jul 20, 2020 #1 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.
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.
XF Bug Bot XenForo bug fixer bot Staff member Jul 29, 2020 #2 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 Click to expand... There may be a delay before changes are rolled out to the XenForo Community.
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 Click to expand... There may be a delay before changes are rolled out to the XenForo Community.