N봉 기울기 판단로직 수정

This commit is contained in:
Macbook
2026-06-16 09:12:24 +09:00
parent 518b69cdc6
commit f85c0bef20
10 changed files with 642 additions and 367 deletions
+9
View File
@@ -253,6 +253,15 @@ html.desktop-client .tmb-logo-version {
position: relative;
flex-shrink: 0;
}
/* 버튼 ↔ 드롭다운 간격(6px)에서 hover 끊김 방지 */
.tmb-nav-group--open::after {
content: '';
position: absolute;
top: 100%;
left: 0;
width: max(100%, 168px);
height: 10px;
}
.tmb-nav-group-btn {
padding-right: 8px;
}