mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-19 14:04:06 +00:00
* style(web-shell): polish chat UI * fix(web-shell): address chat polish review feedback --------- Co-authored-by: ytahdn <ytahdn@gmail.com>
15 lines
211 B
CSS
15 lines
211 B
CSS
.line {
|
|
flex-shrink: 0;
|
|
padding: 4px 0;
|
|
padding-left: 2ch;
|
|
font-size: 14px;
|
|
color: var(--muted-foreground);
|
|
}
|
|
|
|
.label {
|
|
color: var(--muted-foreground);
|
|
}
|
|
|
|
.text {
|
|
color: var(--muted-foreground);
|
|
}
|