전체화면 모드 메뉴 상단으로 위치이동

This commit is contained in:
Macbook
2026-06-03 14:14:02 +09:00
parent ba592b0789
commit 4dc7962a2f
9 changed files with 836 additions and 351 deletions
+19
View File
@@ -12174,6 +12174,25 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
color: var(--accent, #8b5cf6);
}
/* TopMenuBar 전체화면 버튼 */
.tmb-fullscreen-btn {
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border: none;
border-radius: 8px;
background: transparent;
color: var(--text2);
cursor: pointer;
flex-shrink: 0;
}
.tmb-fullscreen-btn:hover {
background: var(--bg4);
color: var(--text);
}
/* TopMenuBar 알림 버튼 */
.tmb-notify-group {
display: inline-flex;