update iframe mail
This commit is contained in:
parent
a05bbc9cad
commit
61122964af
@ -21,6 +21,13 @@ export default async function Page() {
|
|||||||
<ResponsiveIframe
|
<ResponsiveIframe
|
||||||
src={mailUrl || 'https://mail.slm-lab.net'}
|
src={mailUrl || 'https://mail.slm-lab.net'}
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
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>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user