fix(core): ai chat button align (#12555)

> CLOSE AI-134

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **Style**
  - Improved alignment and layout of the chat panel send button for a more visually balanced appearance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
yoyoyohamapi
2025-05-27 09:04:33 +00:00
parent dd1cc28194
commit c649ae5628
@@ -218,6 +218,12 @@ export class AIChatInput extends SignalWatcher(WithDisposable(LitElement)) {
user-select: none;
}
.chat-panel-send {
display: flex;
justify-content: center;
align-items: center;
}
.chat-panel-send svg rect {
fill: var(--affine-primary-color);
}