slopus--happy
98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-linux (24) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (24) (push) Has been cancelled
Expo App TypeScript typecheck / typecheck (push) Has been cancelled
21 行
429 B
CSS
21 行
429 B
CSS
.chat-message {
|
|
font-size: var(--text-base);
|
|
line-height: 1.55;
|
|
color: var(--color-text-foreground);
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.chat-message--user {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.chat-message__bubble {
|
|
max-width: 82%;
|
|
padding: 10px 14px;
|
|
border-radius: 18px;
|
|
background: var(--color-button-bg);
|
|
border: 1px solid var(--color-border-light);
|
|
}
|