Merge branch 'feature/rework-notification' into 'master'

fixed word-breaking and style issues

See merge request fronk/thetool!290
This commit is contained in:
Frank Schubert
2024-03-12 14:35:07 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ document.addEventListener('DOMContentLoaded', () => {
// @formatter:on // @formatter:on
const notyf = new Notyf({ const notyf = new Notyf({
duration: 10000, position: { duration: 10000 * 1000, position: {
x: 'right', y: 'bottom', x: 'right', y: 'bottom',
}, ripple: true, dismissible: true, fontSize: '32px', }, ripple: true, dismissible: true, fontSize: '32px',
}); });
File diff suppressed because one or more lines are too long