mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-09 03:09:36 +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;
|
||||
min-width: 75%;
|
||||
max-width: 1500px;
|
||||
height: 60vh;
|
||||
min-height: 40vh;
|
||||
margin: 2rem auto;
|
||||
display: block;
|
||||
border: none;
|
||||
|
|
@ -428,7 +428,6 @@ label {
|
|||
min-width: 75%;
|
||||
max-width: 1500px;
|
||||
margin: 0 auto;
|
||||
padding: 20px 20px;
|
||||
}
|
||||
|
||||
.mail-header {
|
||||
|
|
@ -483,7 +482,7 @@ label {
|
|||
border-radius: 12px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
width: 100%;
|
||||
height: 60vh;
|
||||
min-height: 40vh;
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue