mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-09 19:29:34 +01:00
[Style]: Optimize iframe
This commit is contained in:
parent
c15636d817
commit
22cb211600
1 changed files with 2 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ iframe {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
min-width: 75%;
|
min-width: 75%;
|
||||||
max-width: 1500px;
|
max-width: 1500px;
|
||||||
height: 60vh;
|
min-height: 40vh;
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
display: block;
|
display: block;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
@ -428,7 +428,6 @@ label {
|
||||||
min-width: 75%;
|
min-width: 75%;
|
||||||
max-width: 1500px;
|
max-width: 1500px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mail-header {
|
.mail-header {
|
||||||
|
|
@ -483,7 +482,7 @@ label {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60vh;
|
min-height: 40vh;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue