From 22cb2116007919c04c57f1ce3b559df84737dbfd Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Fri, 26 Dec 2025 01:29:19 +0100 Subject: [PATCH] [Style]: Optimize iframe --- infrastructure/web/public/stylesheets/custom.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infrastructure/web/public/stylesheets/custom.css b/infrastructure/web/public/stylesheets/custom.css index 69ab9b3..4575c65 100644 --- a/infrastructure/web/public/stylesheets/custom.css +++ b/infrastructure/web/public/stylesheets/custom.css @@ -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); }