[Style]: Optimize iframe

This commit is contained in:
ClaraCrazy 2025-12-26 01:29:19 +01:00
parent c15636d817
commit 22cb211600
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -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);
} }