mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-10 01:29:17 +00:00
* style(web-shell): polish chat UI * fix(web-shell): address chat polish review feedback --------- Co-authored-by: ytahdn <ytahdn@gmail.com>
9 lines
227 B
CSS
9 lines
227 B
CSS
.icon {
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
flex: 0 0 auto;
|
|
background: currentColor;
|
|
mask: var(--mode-icon-url) center / contain no-repeat;
|
|
-webkit-mask: var(--mode-icon-url) center / contain no-repeat;
|
|
}
|