fix(control-ui): pad chat composer in focus mode

This commit is contained in:
Peter Steinberger
2026-01-06 08:59:05 +01:00
parent df6d545050
commit 5774b4f300

View File

@@ -825,6 +825,13 @@
border-top: 1px solid var(--border);
}
.shell--chat-focus .chat-compose {
bottom: var(--shell-pad);
padding-bottom: calc(var(--shell-pad) + env(safe-area-inset-bottom, 0px));
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
}
.chat-compose__field {
gap: 4px;
}