szboynono / mosha-vue-toastify

A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.

Home Page:https://szboynono.github.io/mosha-vue-toastify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile responsive

worlddeleteRin opened this issue · comments

Toast took almost full width on mobile (iphone 6,7,8). Have a propose to include such styles to the .mosha__toast class out of the box:

.mosha__toast {
       width: 85%;
       max-width: 400px;
       margin-right: 9px;
   }

Good point! didn't notice that. it should look better in v1.0.18. Thanks for the feedback