update iframe mail

This commit is contained in:
Alma 2025-04-09 19:18:51 +02:00
parent a05bbc9cad
commit 61122964af

View File

@ -21,6 +21,13 @@ export default async function Page() {
<ResponsiveIframe
src={mailUrl || 'https://mail.slm-lab.net'}
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
style={{
marginTop: '-64px',
marginLeft: '-180px',
width: 'calc(100% + 360px)',
right: '-90px',
height: 'calc(100% + 64px)'
}}
/>
</div>
</main>