분석레포트 화면 추가

This commit is contained in:
Macbook
2026-06-03 15:57:02 +09:00
parent 3e17d6cfb8
commit a2ede568e0
48 changed files with 2593 additions and 94 deletions
+21 -28
View File
@@ -228,6 +228,7 @@ html.theme-blue {
min-width: 0;
}
.tmb-nav-btn {
position: relative; /* 알림 뱃지 absolute 기준점 */
display: inline-flex;
align-items: center;
gap: 6px;
@@ -12193,37 +12194,21 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
color: var(--text);
}
/* TopMenuBar 알림 버튼 */
.tmb-notify-group {
/* TopMenuBar 알림 ── 아이콘 버튼 제거, 메뉴 뱃지 + 팝업 닫기 버튼만 유지 */
.tmb-notify-dismiss-btn {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 4px;
}
.tmb-notify-btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border-radius: 6px;
border: 1px solid var(--border);
background: var(--bg3);
color: var(--text2);
cursor: pointer;
}
.tmb-notify-btn:hover { background: var(--bg4); color: var(--text); }
.tmb-notify-dismiss-btn {
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
height: 32px;
padding: 0 8px;
border-radius: 6px;
border: 1px solid var(--border);
background: var(--bg3);
color: var(--text2);
cursor: pointer;
font-size: 12px;
}
.tmb-notify-dismiss-btn:hover:not(:disabled) {
background: rgba(239, 83, 80, 0.12);
@@ -12234,10 +12219,11 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
opacity: 0.35;
cursor: not-allowed;
}
/* 공통 뱃지 — 알림 팝업 닫기 버튼 내 또는 메뉴 버튼 위에 표시 */
.tmb-notify-badge {
position: absolute;
top: -4px;
right: -4px;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 16px;
height: 16px;
padding: 0 4px;
@@ -12246,8 +12232,15 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
color: #fff;
font-size: 10px;
font-weight: 700;
line-height: 16px;
text-align: center;
line-height: 1;
}
/* 메뉴 버튼 내 뱃지 (알림목록 메뉴) */
.tmb-notify-badge--nav {
position: absolute;
top: 2px;
right: 2px;
pointer-events: none;
}
.tmb-notify-layout {
position: relative;