feat(agent-office): 모바일 반응형 — 바텀시트 에이전트 상세
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user