From b1de9f93896042c8cf85b587bac80163066ef3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?siyeon00=28=EC=9D=B4=EC=8B=9C=EC=97=B0=29?= Date: Tue, 26 May 2026 10:06:11 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EA=B0=9C=EC=9D=B8=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=EB=B0=A9=EC=B9=A8=20x=20=EA=B0=80=EC=9A=B4?= =?UTF-8?q?=EB=8D=B0=20=EB=A7=9E=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/main.css b/src/css/main.css index d48aa47..91fa548 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -367,8 +367,8 @@ body{overflow-x:hidden;} .main-contact-modal-card{position:relative;z-index:2;width:min(720px,100%);max-height:78vh;border-radius:24px;background:#fff;color:#222;box-shadow:0 30px 90px rgba(0,0,0,.32);overflow:hidden;} .main-contact-modal-head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid #edf0f5;} .main-contact-modal-head h3{margin:0;font-size:20px;font-weight:800;color:#141852;} -.main-contact-modal-head button{width:36px;height:36px;border:0;border-radius:50%;background:#f2f4fb;color:#141852;font-size:24px;cursor:pointer;transition:background .3s ease;} -.main-contact-modal-head button:hover{background:#e6ebff;} +.main-contact-modal-head button{width:36px;height:36px;border:0;border-radius:50%;background:#f2f4fb;color:#141852;font-size:24px;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;} +.main-contact-modal-head button span{transform:translateY(-1px);} .main-contact-modal-body{max-height:calc(78vh - 82px);overflow:auto;padding:26px;font-size:13px;line-height:1.85;color:#555;} .main-contact-modal-body::-webkit-scrollbar{width:6px;} .main-contact-modal-body::-webkit-scrollbar-thumb{background:rgba(49,54,111,.25);border-radius:999px;}