fixed word-breaking and style issues

This commit is contained in:
Luca Haid
2024-03-12 15:30:25 +01:00
parent b0e2f3de33
commit 88b9ced432
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ document.addEventListener('DOMContentLoaded', () => {
// @formatter:on
const notyf = new Notyf({
duration: 10000, position: {
duration: 10000 * 1000, position: {
x: 'right', y: 'bottom',
}, ripple: true, dismissible: true, fontSize: '32px',
});
File diff suppressed because one or more lines are too long