home 화면 버튼 css 수정 .

main
hbyang 2026-02-10 14:43:29 +09:00
parent ad6f9e09a1
commit 793fc645e5
1 changed files with 8 additions and 1 deletions

View File

@ -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 {