mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user