You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VanillaToasts.create({// notification titletitle: 'Ricardo está assistindo',// notification messagetext: 'a aula "Exportação/importação de base de dados" em "<a href="https://magenteiro.test/ferramentas-e-dicas-matadoras-para-o-desenvolvimento-magento">Ferramentas e Dicas matadoras para o desenvolvimento Magento</a>". <br/><small>2 minutos atrás</small>',// success, info, warning, error / optional parametertype: 'success',// path to notification iconicon: 'https://s.gravatar.com/avatar/ae5800c87c4e0f6a4a6b7a3d66aae138?s=150',// topRight, topLeft, topCenter, bottomRight, bottomLeft, bottomCenterpositionClass: 'bottomLeft',// auto dismiss after 5000mstimeout: 15000});
The text was updated successfully, but these errors were encountered:
When positioning to left, it cuts the icon.
To the right:
To the left:
Params used:
The text was updated successfully, but these errors were encountered: