update iframe rules mail 2
This commit is contained in:
parent
edffe57ba4
commit
4aaf1029da
@ -11,7 +11,7 @@ export default async function Page() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="w-full h-screen bg-black">
|
<main className="w-full h-screen bg-[#1E1E1E]">
|
||||||
<div className="w-full h-full px-4 pt-12 pb-4">
|
<div className="w-full h-full px-4 pt-12 pb-4">
|
||||||
<ResponsiveIframe
|
<ResponsiveIframe
|
||||||
src={process.env.NEXT_PUBLIC_IFRAME_MAIL_URL || 'https://mail.slm-lab.net'}
|
src={process.env.NEXT_PUBLIC_IFRAME_MAIL_URL || 'https://mail.slm-lab.net'}
|
||||||
@ -20,8 +20,9 @@ export default async function Page() {
|
|||||||
style={{
|
style={{
|
||||||
marginTop: '-64px',
|
marginTop: '-64px',
|
||||||
marginLeft: '-180px',
|
marginLeft: '-180px',
|
||||||
width: 'calc(100% + 500px)',
|
width: 'calc(100% + 360px)',
|
||||||
right: '-160px'
|
right: '-90px',
|
||||||
|
height: 'calc(100% + 64px)'
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user