Limited the width of signature images on mobile devices

I used the be able to limit the width of signature images on mobile devices using this code in extra.less

Code:

Код:
.message-signature
{
    .bbWrapper
    {
        .bbImage
        {
            max-width: 600px;
            max-height: 150px;
            overflow-x: auto;
            overflow-y: auto;
        }
    }
}

Has something changed that causes this to not function anymore?

Читать далее...
 
Активность
Пока что здесь никого нет
Назад
Верх Низ