From 793fc645e53f7b2f1b3e0f6030f085afde96c001 Mon Sep 17 00:00:00 2001 From: hbyang Date: Tue, 10 Feb 2026 14:43:29 +0900 Subject: [PATCH] =?UTF-8?q?home=20=ED=99=94=EB=A9=B4=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=20css=20=EC=88=98=EC=A0=95=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index e214c77..444d89c 100644 --- a/index.css +++ b/index.css @@ -6213,8 +6213,15 @@ } .header-actions .lang-toggle { - max-width: 100px; + width: auto; + max-width: none; padding: 2px; + flex-shrink: 0; +} + +.header-actions .lang-toggle-option { + padding: 4px 10px; + white-space: nowrap; } .header-login-btn {