mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
small fix for openai chat styles
This commit is contained in:
parent
7e0722275b
commit
dc0d713413
@ -11,9 +11,9 @@
|
||||
|
||||
.openai-role {
|
||||
color: var(--term-bright-green);
|
||||
font-weight: bold;
|
||||
width: 100px;
|
||||
flex-shrink: 0;
|
||||
font: var(--base-font);
|
||||
}
|
||||
|
||||
.openai-role.openai-role-assistant {
|
||||
@ -24,6 +24,7 @@
|
||||
color: var(--app-text-color);
|
||||
font-family: var(--markdown-font);
|
||||
font-weight: normal;
|
||||
font-size: var(--markdown-font-size);
|
||||
}
|
||||
|
||||
.openai-content-assistant {
|
||||
|
Loading…
Reference in New Issue
Block a user