FN-6020: align chat stop button size with send button
Align the chat stop button sizing with the send control and lock it with CSS coverage. - set \.chat-input-stop width and height to 36px to match \.chat-input-send - add a ChatView autosize test that asserts send and stop button dimension parity Files changed: packages/dashboard/app/components/ChatView.css | 4 ++-- .../__tests__/ChatView.chat-input-autosize.test.tsx | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) Fusion-Task-Id: FN-6020 Fusion-Task-Lineage: d429f847-c32a-4fab-b214-215d8854ed5c
This commit is contained in:
@@ -1499,8 +1499,8 @@
|
||||
}
|
||||
|
||||
.chat-input-stop {
|
||||
width: calc(var(--space-xl) * 2);
|
||||
height: calc(var(--space-xl) * 2);
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: var(--radius-md);
|
||||
border: none;
|
||||
background: color-mix(in srgb, var(--color-error) 15%, transparent);
|
||||
|
||||
Reference in New Issue
Block a user