Merge branch 'release/0.12.2-1'

This commit is contained in:
Book Pauk
2022-09-04 21:43:54 +07:00
2 changed files with 6 additions and 1 deletions

View File

@@ -271,6 +271,10 @@ body, html, #app {
font: normal 12pt ReaderDefault;
}
.notify-margin {
margin-top: 55px;
}
.dborder {
border: 2px solid magenta !important;
}

View File

@@ -27,9 +27,10 @@ class Notify {
icon,
actions: [{icon: 'la la-times notify-button-icon', color: 'black'}],
html: true,
classes: 'notify-margin',
message:
`<div style="max-width: 350px;">
`<div style="max-width: 350px">
${caption}
<div style="color: ${messageColor}; overflow-wrap: break-word; word-wrap: break-word;">${message}</div>
</div>`