Fix mails and validate succesful deletion of backend vue instance.

This commit is contained in:
Clément Pons
2025-11-24 10:13:28 +01:00
parent 00e7d647d3
commit 41ae5da98c
4 changed files with 7 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ export default function(content: VirtualNode[])
]),
dom('div', { style: 'padding: 1rem;' }, content)
]),
dom('div', { style: 'margin-left: auto; margin-right: auto; width: 75%; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; line-height: 1.5rem; color: #171717;' }, [
dom('div', { style: 'background-color:#171717;' }, [
dom('p', { style: 'padding-top: 1rem; padding-bottom: 1rem; text-align: center; font-size: 0.75rem; line-height: 1rem; color: #fff;', text: 'Copyright Peaceultime / d[any] - 2024 / 2025' })
])]
}