feat(agent-office): 모바일 반응형 — 바텀시트 에이전트 상세

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 14:55:40 +09:00
parent 00f8e00436
commit 28a80b5bd7
2 changed files with 39 additions and 1 deletions

View File

@@ -385,4 +385,16 @@
padding: 6px 12px;
font-size: 0.8rem;
}
/* 명령 입력 하단 고정 */
.ao-cmd-form {
position: fixed;
bottom: calc(var(--bottom-nav-h, 64px) + var(--safe-area-bottom, 0px));
left: 0;
right: 0;
padding: 8px 16px;
background: var(--bg-secondary, #12122a);
border-top: 1px solid #2a2a4a;
z-index: 200;
}
}