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