실시간 차트 알림표시 위치 아이콘 버튼

This commit is contained in:
Macbook
2026-06-12 22:06:22 +09:00
parent 6118230471
commit 65fe1404b8
6 changed files with 47 additions and 32 deletions
+12
View File
@@ -12394,6 +12394,18 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
flex: 1;
line-height: 1.35;
}
/* 실시간 차트 상단 툴바 — 알림 팝업 위치 선택 */
.tv-toolbar-right .tmb-notify-layout-trigger {
width: 30px;
height: 30px;
border: none;
background: transparent;
}
.tv-toolbar-right .tmb-notify-layout-trigger:hover,
.tv-toolbar-right .tmb-notify-layout-trigger--open {
background: var(--bg3);
border: none;
}
.tmb-notify-layout-cols-row {
display: flex;
align-items: center;