Skip to content

Commit

Permalink
feat: Set max width of toast
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jan 28, 2024
1 parent 141650a commit 65f8a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ import './assets/main.css'
message: `<p>${userInform}. To see your collections go to the options of the Kerific extension (right-click on the icon).</p>`,
position: 'topRight', // bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter
progressBarColor: 'rgb(0, 255, 184)',
maxWidth: '25%',
timeout: 5000,
// buttons: [
// ['<button>Ok</button>', function (instance, toast) {
Expand Down

0 comments on commit 65f8a5a

Please sign in to comment.