v2.2.15: Astra Office Refactor & Multi-Service Integration

This commit is contained in:
g1nation
2026-05-16 22:07:06 +09:00
parent 9dcc98ad33
commit 9ca95ab997
46 changed files with 5648 additions and 1299 deletions
+26
View File
@@ -1931,6 +1931,32 @@
/* compact toggle chips kept visible in the top bar (Trace / Web) */
.toggle-chip { font-size: 10.5px; padding: 0 8px; }
/* 스코프 프리셋 segmented control — 기업 모드 chip 옆에 붙임.
세 버튼이 하나의 그룹으로 보이도록 inner border-radius 제거 + 사이 1px 분리.
hidden 속성은 HTML5 기본 inherit, JS 가 toggle. */
.scope-seg { display: inline-flex; align-items: center; gap: 1px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 5px; background: rgba(255, 255, 255, 0.03); padding: 0; height: 24px; }
.scope-seg[hidden] { display: none; }
.scope-seg-btn {
background: transparent;
color: var(--muted, #94a3b8);
border: 0;
padding: 0 8px;
height: 100%;
font-size: 10.5px;
font-weight: 500;
cursor: pointer;
letter-spacing: 0.02em;
border-radius: 0;
}
.scope-seg-btn:hover { background: rgba(255, 255, 255, 0.05); color: var(--text, #e5e7eb); }
.scope-seg-btn.active {
background: rgba(99, 102, 241, 0.18);
color: #c7d2fe;
font-weight: 700;
}
.scope-seg-btn:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.scope-seg-btn:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
/* a trigger + popover menu (Tools ▾ / Edit ▾ / Records ▾) */
.hdr-dropdown { position: relative; display: inline-flex; }
.hdr-menu {