fix: align chat composer
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
Docs: https://docs.clawd.bot
|
||||
|
||||
## 2026.1.21
|
||||
|
||||
### Fixes
|
||||
- UI: remove the chat stop button and keep the composer aligned to the bottom edge.
|
||||
|
||||
## 2026.1.20-1
|
||||
|
||||
### Fixes
|
||||
|
||||
@@ -680,7 +680,6 @@
|
||||
|
||||
.shell--chat .chat {
|
||||
flex: 1;
|
||||
max-height: calc(100vh - 180px); /* Constrain height for sticky compose */
|
||||
}
|
||||
|
||||
.chat-header {
|
||||
|
||||
@@ -211,17 +211,6 @@ export function renderChat(props: ChatProps) {
|
||||
>
|
||||
New session
|
||||
</button>
|
||||
${props.onAbort
|
||||
? html`
|
||||
<button
|
||||
class="btn danger"
|
||||
?disabled=${!props.connected || !isBusy || props.canAbort === false}
|
||||
@click=${props.onAbort}
|
||||
>
|
||||
Stop
|
||||
</button>
|
||||
`
|
||||
: nothing}
|
||||
<button
|
||||
class="btn primary"
|
||||
?disabled=${!props.connected}
|
||||
|
||||
Reference in New Issue
Block a user