Increase chat font size
This commit is contained in:
parent
24165f0abd
commit
12214dd2df
|
|
@ -91,7 +91,7 @@
|
|||
width: 100%;
|
||||
min-height: 80px;
|
||||
padding: 8px;
|
||||
font-size: 13px;
|
||||
font-size: 15px;
|
||||
font-family: inherit;
|
||||
background: var(--bg-panel);
|
||||
border: 1px solid var(--accent);
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
}
|
||||
|
||||
.reasoningContent {
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
font-style: italic;
|
||||
opacity: 0.5;
|
||||
border-left: 2px solid currentColor;
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
}
|
||||
|
||||
.content {
|
||||
font-size: 13px;
|
||||
font-size: 15px;
|
||||
color: var(--text);
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
|
|
|
|||
Loading…
Reference in New Issue