mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-15 11:45:52 +00:00
style(kimi-web): pin user message bubble font size to 15px
This commit is contained in:
parent
fed54bc552
commit
dab01c83fd
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ function renderBlockKey(block: AssistantRenderBlock, index: number): string {
|
|||
color: var(--ink);
|
||||
border-radius: 16px 16px 5px 16px;
|
||||
padding: 10px 14px;
|
||||
font-size: var(--ui-font-size);
|
||||
font-size: 15px;
|
||||
line-height: 1.55;
|
||||
}
|
||||
.u-meta {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue